Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 268862c

Browse files
sakalCommit bot
authored andcommitted
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}
1 parent 24da37b commit 268862c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ NS_ASSUME_NONNULL_BEGIN
5353
- (NSArray<NSString *> *)availableVideoCodecs;
5454

5555
/**
56-
* Returns current video codec setting from store if present.
56+
* Returns current video codec setting from store if present or default (H264) otherwise.
5757
*/
5858
- (NSString *)currentVideoCodecSettingFromStore;
5959

webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ - (void)viewWillAppear:(BOOL)animated {
5454
selecting:[_settingsModel currentVideoCodecSettingFromStore]];
5555
}
5656

57-
- (void)viewDidAppear:(BOOL)animated {
58-
[super viewDidAppear:animated];
59-
}
60-
6157
#pragma mark - Data source
6258

6359
- (NSArray<NSString *> *)videoResolutionArray {

0 commit comments

Comments
 (0)