Index: webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h |
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h b/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h |
index 1051f8ee48f77eb2298039e7dc3e61cbbaa96ddc..d2e5e33b5bbfb9b47bf6d336b8b2575bcd3ac5ca 100644 |
--- a/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h |
+++ b/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h |
@@ -13,6 +13,10 @@ |
@interface RTCIceCandidate (JSON) |
+ (RTCIceCandidate *)candidateFromJSONDictionary:(NSDictionary *)dictionary; |
++ (NSArray<RTCIceCandidate *> *)candidatesFromJSONDictionary: |
+ (NSDictionary *)dictionary; |
++ (NSData *)JSONDataForIceCandidates:(NSArray<RTCIceCandidate *> *)candidates |
+ withType:(NSString *)typeValue; |
- (NSData *)JSONData; |
@end |