Remove unused property isLocked from RTCAudioSession
This property doesn't have a getter and it is not required anymore. Bug: None Change-Id: Ie3f057cd6928d7fdef4e7971476fb1257900ccc6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215261 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34125}
This commit is contained in:
parent
8d9d575920
commit
a39d96666b
@ -137,8 +137,6 @@ RTC_OBJC_EXPORT
|
||||
* AVAudioSession.
|
||||
*/
|
||||
@property(nonatomic, readonly) BOOL isActive;
|
||||
/** Whether RTCAudioSession is currently locked for configuration. */
|
||||
@property(nonatomic, readonly) BOOL isLocked;
|
||||
|
||||
/** If YES, WebRTC will not initialize the audio unit automatically when an
|
||||
* audio track is ready for playout or recording. Instead, applications should
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user