Address denicija's comments for AppRTCMobile video codec setting.

Comments in review: https://codereview.webrtc.org/2735303004/

BUG=webrtc:7316

Review-Url: https://codereview.webrtc.org/2807533004
Cr-Commit-Position: refs/heads/master@{#17650}
This commit is contained in:
sakal 2017-04-11 05:36:43 -07:00 committed by Commit bot
parent 24da37b0bf
commit 268862c5e4
2 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -54,10 +54,6 @@ typedef NS_ENUM(int, ARDSettingsSections) {
selecting:[_settingsModel currentVideoCodecSettingFromStore]];
}
- (void)viewDidAppear:(BOOL)animated {
[super viewDidAppear:animated];
}
#pragma mark - Data source
- (NSArray<NSString *> *)videoResolutionArray {