ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.35k stars 413 forks source link

RTCPeerConnectionDelegate methods not called #118

Open jinalshah89 opened 6 years ago

jinalshah89 commented 6 years ago

Hello, i have implemented AppRTC in my project.

when i receive a call from user, remote view is not generated. i am not facing any error but some of delegate methods are not called from RTCPeerConnectionDelegate.

(void)sendSignalingMessageToCollider:(ARDSignalingMessage *)message need to be called but in my project it is not calling. Please help me asap.