Index: webrtc/examples/objc/AppRTCMobile/ARDAppClient.h |
diff --git a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h |
index 60ef70071c38117e8b255a3538262852736b9274..bf44d106b8259293245e67b932a8632015c0a6ac 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h |
+++ b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h |
@@ -65,6 +65,9 @@ typedef NS_ENUM(NSInteger, ARDAppClientState) { |
// Sets camera constraints. |
- (void)setCameraConstraints:(RTCMediaConstraints *)mediaConstraints; |
+// Sets video codec the client should use. |
+- (void)setVideoCodec:(NSString *)videoCodec; |
+ |
// Sets maximum bitrate the rtp sender should use. |
- (void)setMaxBitrate:(NSNumber *)maxBitrate; |