Add support for turn logging id in ios sdk.
This patch adds support for setting the TURN_LOGGING_ID in RTCConfig using the ios SDK. TURN_LOGGING_ID was added to webrtc in https://webrtc-review.googlesource.com/c/src/+/149829 The intended usage of this attribute is to correlate client and backend logs. This change was tested out with duo via wireshark. Bug: webrtc:10897 Change-Id: Iedbefdc6392c4df203aca08cf750028b450a11ad Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/191340 Reviewed-by: Anders Carlsson <andersc@webrtc.org> Commit-Queue: Brad Pugh <bradpugh@google.com> Cr-Commit-Position: refs/heads/master@{#32626}
This commit is contained in:
@ -204,6 +204,12 @@ RTC_OBJC_EXPORT
|
||||
*/
|
||||
@property(nonatomic, nullable) RTC_OBJC_TYPE(RTCCryptoOptions) * cryptoOptions;
|
||||
|
||||
/**
|
||||
* An optional string that will be attached to the TURN_ALLOCATE_REQUEST which
|
||||
* which can be used to correlate client logs with backend logs.
|
||||
*/
|
||||
@property(nonatomic, nullable, copy) NSString *turnLoggingId;
|
||||
|
||||
/**
|
||||
* Time interval between audio RTCP reports.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user