Add ice_candidate_pool_size to Obj-C and Java RTCConfiguration.

Review-Url: https://codereview.webrtc.org/1986073004
Cr-Commit-Position: refs/heads/master@{#12801}
This commit is contained in:
deadbeef
2016-05-18 16:20:14 -07:00
committed by Commit bot
parent b711f10d96
commit be0c96fd00
4 changed files with 16 additions and 2 deletions

View File

@ -83,6 +83,9 @@ RTC_EXPORT
/** Key type used to generate SSL identity. Default is ECDSA. */
@property(nonatomic, assign) RTCEncryptionKeyType keyType;
/** ICE candidate pool size as defined in JSEP. Default is 0. */
@property(nonatomic, assign) int iceCandidatePoolSize;
- (instancetype)init NS_DESIGNATED_INITIALIZER;
@end