iOS: Add ability to specify audio constraints.

NOTRY=True
BUG=

Review-Url: https://codereview.webrtc.org/2290583003
Cr-Commit-Position: refs/heads/master@{#13976}
This commit is contained in:
tkchin
2016-08-30 11:56:05 -07:00
committed by Commit bot
parent f8f754a1a6
commit d4bfbfc75a
17 changed files with 369 additions and 84 deletions

View File

@ -23,6 +23,7 @@ NS_ASSUME_NONNULL_BEGIN
/** Initialize an RTCAudioTrack with an id. */
- (instancetype)initWithFactory:(RTCPeerConnectionFactory *)factory
source:(RTCAudioSource *)source
trackId:(NSString *)trackId;
@end