webrtc/sdk/objc/Framework/UnitTests
Michael Iedema ccee56beee Add certificate generate/set functionality to bring iOS closer to JS API
The JS API supports two operations which have never been implemented in
the iOS counterpart:
 - generate a new certificate
 - use this certificate when creating a new PeerConnection

Both functions are illustrated in the generateCertificate example code:
 - https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/generateCertificate

Currently, on iOS, a new certificate is automatically generated for
every PeerConnection with no programmatic way to set a specific
certificate.

Work sponsored by |pipe|

Bug: webrtc:9498
Change-Id: Ic1936c3de8b8bd18aef67c784727b72f90e7157c
Reviewed-on: https://webrtc-review.googlesource.com/87303
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24276}
2018-08-13 22:25:15 +00:00
..
audio_short16.pcm Moving iOS Audio Device to sdk. 2018-05-15 10:33:01 +00:00
audio_short44.pcm Moving iOS Audio Device to sdk. 2018-05-15 10:33:01 +00:00
audio_short48.pcm Moving iOS Audio Device to sdk. 2018-05-15 10:33:01 +00:00
avformatmappertests.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
foreman.mp4 Reland "Add file capturer to AppRTCMobile on simulator." 2017-11-24 15:06:39 +00:00
frame_buffer_helpers.h Reland "Add unit tests for RTCCVPixelBuffer and ObjCVideoTrackSource." 2018-04-03 11:35:40 +00:00
frame_buffer_helpers.mm Quick Look in the Xcode Debugger for Obj-C frame buffer classes. 2018-04-05 12:25:23 +00:00
main.m Add xctest target to migrate sdk/objc/Framework to it. 2017-10-13 14:19:32 +00:00
objc_video_decoder_factory_tests.mm Enable clang::find_bad_constructs for sdk/ (part 1). 2018-07-26 12:16:31 +00:00
objc_video_encoder_factory_tests.mm Enable clang::find_bad_constructs for sdk/ (part 1). 2018-07-26 12:16:31 +00:00
ObjCVideoTrackSource_xctest.mm Enable clang::find_bad_constructs for sdk/ (part 1). 2018-07-26 12:16:31 +00:00
RTCAudioDevice_xctest.mm Moving iOS Audio Device to sdk. 2018-05-15 10:33:01 +00:00
RTCAudioDeviceModule_xctest.mm Enable clang::find_bad_constructs for sdk/ (part 1). 2018-07-26 12:16:31 +00:00
RTCAudioSessionTest.mm Enable clang::find_bad_constructs for sdk/ (part 1). 2018-07-26 12:16:31 +00:00
RTCCallbackLogger_xctest.m Add unittest for default severity level of RTCCallbackLogger 2018-07-10 20:10:56 +00:00
RTCCameraVideoCapturerTests.mm Support compiling with the lastest iOS SDK. 2018-08-01 09:17:59 +00:00
RTCCertificateTest.mm Add certificate generate/set functionality to bring iOS closer to JS API 2018-08-13 22:25:15 +00:00
RTCConfigurationTest.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCCVPixelBuffer_xctest.mm Fixed issue with BGRA RTCCVPixelBuffer scale and crop 2018-07-24 08:23:26 +00:00
RTCDataChannelConfigurationTest.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCDoNotPutCPlusPlusInFrameworkHeaders_xctest.m Generate iOS framework umbrella header. 2018-01-15 13:43:59 +00:00
RTCFileVideoCapturer_xctest.mm Reland "Add file capturer to AppRTCMobile on simulator." 2017-11-24 15:06:39 +00:00
RTCH264ProfileLevelId_xctest.m Obj-C SDK for parsing and generating H264 ProfileLevelIds. 2018-06-01 11:23:31 +00:00
RTCIceCandidateTest.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCIceServerTest.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCIntervalRangeTests.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCMediaConstraintsTest.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCMTLVideoView_xctest.m Support compiling with the lastest iOS SDK. 2018-08-01 09:17:59 +00:00
RTCPeerConnectionFactory_xctest.m Fixed crash when PCF is destroyed before MediaSource/Track in ObjC 2018-07-16 12:03:16 +00:00
RTCPeerConnectionFactoryBuilderTest.mm Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
RTCPeerConnectionTest.mm Add a flag to actively reset the SRTP parameters 2018-06-12 20:32:00 +00:00
RTCSessionDescriptionTest.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
RTCTracingTest.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
scoped_cftyperef_tests.mm Add tests for ScopedCFTypeRef. 2017-10-05 12:36:31 +00:00