|
|
@@ -1004,6 +1004,16 @@
|
|
|
}
|
|
|
-(void)onAuthResultFromPeerName:(NSString*)peerName code:(int)code descriptions:(NSString*)descriptions
|
|
|
{
|
|
|
- HLog(@"webRtc P2P onAuthResultFromPeerName")
|
|
|
+ //HLog(@"webRtc P2P onAuthResultFromPeerName")
|
|
|
}
|
|
|
+
|
|
|
+- (void)connectionChange:(NSString*)peerName
|
|
|
+ didChangeLocalCandidate:(RTC_OBJC_TYPE(RTCIceCandidate) *)local
|
|
|
+ remoteCandidate:(RTC_OBJC_TYPE(RTCIceCandidate) *)remote
|
|
|
+ lastReceivedMs:(int)lastDataReceivedMs
|
|
|
+ changeReason:(NSString *)reason
|
|
|
+{
|
|
|
+ HLog(@"webRtc P2P didChangeLocalCandidate")
|
|
|
+}
|
|
|
+
|
|
|
@end
|