| Index: webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h
|
| diff --git a/webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h b/webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h
|
| index 7ea87148ca062691fc84a7d1a977bf83fe14680e..f20cdc5c4a79fdcbf2e78594057fb3a1a1338e80 100644
|
| --- a/webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h
|
| +++ b/webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h
|
| @@ -56,6 +56,8 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
| + (NSString *)stringForCandidateNetworkPolicy:(RTCCandidateNetworkPolicy)policy;
|
|
|
| ++ (rtc::KeyType)nativeEncryptionKeyTypeForKeyType:(RTCEncryptionKeyType)keyType;
|
| +
|
| /**
|
| * RTCConfiguration struct representation of this RTCConfiguration. This is
|
| * needed to pass to the underlying C++ APIs.
|
|
|