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

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCMediaConstraints.h

Issue 2650343006: Pass network config constraint as base64 to avoid mangling bytes (Closed)
Patch Set: Created 3 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/sdk/objc/Framework/Headers/WebRTC/RTCMediaConstraints.h
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCMediaConstraints.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCMediaConstraints.h
index b58fa3e74c8a4229d84d28c255ed0e2f858474db..458bf822f55f9fde5f3101566dc9ee80d28b7c96 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCMediaConstraints.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCMediaConstraints.h
@@ -39,6 +39,11 @@ RTC_EXPORT
(nullable NSDictionary<NSString *, NSString *> *)optional
NS_DESIGNATED_INITIALIZER;
+/** Add a new constraint with raw data/bytes. */
tkchin_webrtc 2017/02/02 19:04:53 nit: add a comment like: Some constraint values re
+- (void)addConstraintForKey:(NSString *)key
+ data:(NSData *)data
+ isMandatory:(BOOL)isMandatory;
+
@end
NS_ASSUME_NONNULL_END

Powered by Google App Engine
This is Rietveld 408576698