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:
parent
24da37b0bf
commit
268862c5e4
@ -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;
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user