Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: webrtc/api/objc/RTCDataChannelConfiguration+Private.h

Issue 1616363005: Update API for Objective-C RTCDataChannelConfiguration. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changes based on feedback Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/objc/RTCDataChannelConfiguration+Private.h
diff --git a/webrtc/api/objc/RTCVideoFrame+Private.h b/webrtc/api/objc/RTCDataChannelConfiguration+Private.h
similarity index 68%
copy from webrtc/api/objc/RTCVideoFrame+Private.h
copy to webrtc/api/objc/RTCDataChannelConfiguration+Private.h
index 954344aee1b9c2095f03277bc1cc4a800e35e1a9..e99ba7c973f85e38a940fa3cd9fda2178777cea5 100644
--- a/webrtc/api/objc/RTCVideoFrame+Private.h
+++ b/webrtc/api/objc/RTCDataChannelConfiguration+Private.h
@@ -8,16 +8,15 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import "RTCVideoFrame.h"
+#import "RTCDataChannelConfiguration.h"
-#include "talk/media/base/videoframe.h"
+#include "talk/app/webrtc/datachannelinterface.h"
NS_ASSUME_NONNULL_BEGIN
-@interface RTCVideoFrame ()
+@interface RTCDataChannelConfiguration ()
-- (instancetype)initWithNativeFrame:(const cricket::VideoFrame *)nativeFrame
- NS_DESIGNATED_INITIALIZER;
+@property(nonatomic, readonly) webrtc::DataChannelInit nativeDataChannelInit;
@end
« no previous file with comments | « webrtc/api/objc/RTCDataChannelConfiguration.mm ('k') | webrtc/api/objctests/RTCDataChannelConfigurationTest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698