webrtc/sdk/objc/api
Benjamin Wright e4cccae299 Removed ability to set CryptoOptions through PeerConnectionFactory from bindings.
This change removes the ability to set CryptoOptions through the PeerConnection
Factory in both Java and IOS. Native will be removed after the Chromium change
lands. The semantics have been changed such that these options should only be
set on individual PeerConnections and not directly on the Factory itself. This
allows for more flexibility in setting CryptoOptions for PeerConnections which
are created as part of a factory.

Bug: webrtc:10020
Change-Id: I9ef3d431e728927b9ced5de6188cedeb2671254b
Reviewed-on: https://webrtc-review.googlesource.com/c/111560
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Commit-Queue: Benjamin Wright <benwright@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25736}
2018-11-21 18:52:45 +00:00
..
logging Add severity into RTC logging callbacks 2018-11-06 07:53:01 +00:00
peerconnection Removed ability to set CryptoOptions through PeerConnectionFactory from bindings. 2018-11-21 18:52:45 +00:00
video_codec Rename RTC_EXPORT to RTC_OBJC_EXPORT. 2018-09-17 10:06:57 +00:00
video_frame_buffer Rename RTC_EXPORT to RTC_OBJC_EXPORT. 2018-09-17 10:06:57 +00:00
RTCVideoRendererAdapter+Private.h Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
RTCVideoRendererAdapter.h Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
RTCVideoRendererAdapter.mm Include i420 buffers in Obj-C framework again. 2018-09-03 15:06:18 +00:00