| Index: webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h
|
| diff --git a/webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h b/webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h
|
| index 1787bb2911ced2c33f77b2c0554c8c64805f7e09..0f07389b1554a3b322e9cf070b75ad17994cb0b9 100644
|
| --- a/webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h
|
| +++ b/webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h
|
| @@ -53,7 +53,7 @@ NS_ASSUME_NONNULL_BEGIN
|
| - (NSArray<NSString *> *)availableVideoCodecs;
|
|
|
| /**
|
| - * Returns current video codec setting from store if present.
|
| + * Returns current video codec setting from store if present or default (H264) otherwise.
|
| */
|
| - (NSString *)currentVideoCodecSettingFromStore;
|
|
|
|
|