HI -
Im trying to implement video calling. 'rtcWorkerDidStartRTCTask' method is getting called in 'RosterViewController.m' file. after this, no delegate method is getting called. Ideally, my understanding is, 'didReceiveRemoteStream' should get called. then the users can see the video to each other.
what could be the reason for not gelling called 'didReceiveRemoteStream' method. FYI, I have xmpp signaling message type as 'normal', not 'signaling'.
Help me please, thank you.