I am using QuickBlox SDk for video calling. When i call from one user to another, I received the call from that user but opponent video and voice stream is not received? Can you please suggest me how can i resolve this problem. Even when I am trying Quickblox's demo app, then also I am getting same issue. Every delegate method is getting called. no error is coming up but stream is not working. Please help
Thanks in advance!
Try below code:
Do following in receivedRemoteVideoTrack delegate method
And don't forget to add QBRTCCameraCapture object in initializedLocalMediaStream delegate method like below example
where self.myVideoCapture is instance of QBRTCCameraCapture.
Let me know if this works for you.