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..67df6d0cc2aa0794c51f5286be2df60c68e5bb52 100644 |
--- a/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h |
+++ b/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h |
@@ -14,5 +14,6 @@ |
+ (RTCIceCandidate *)candidateFromJSONDictionary:(NSDictionary *)dictionary; |
- (NSData *)JSONData; |
+- (NSDictionary*)JSONDictionary; |
tkchin_webrtc
2016/05/16 20:48:58
NSDictionary *)
also nit: It is probably cleaner
honghaiz3
2016/05/17 00:46:53
Done for the first.
I tried the second suggestion
|
@end |