0

I'm using this library:

implementation 'com.mesibo.api:webrtc:1.0.5'

The problem is when I end the first videoconference and then call again - the opponent's video is not displayed in the surfaceViewRenderer (and his voice is absent as well). Whereas the onAddStream callback inside my PeerConnection.Observer is fired sucessfully when the abonent accepts my new call.

Could you please help me:

  1. Why my peer's MediaStream is not rendered in the surfaceViewRenderer?

  2. What are required steps to take on both peers' sides on ending call (besides peerConnection.close()) - e.g. what else to clear/close/dispose - in order to make everything ready for a new videocall?

Thank you in advance!

Alex Rodionow
  • 247
  • 3
  • 13
  • 1
    mesibo webrtc is designed to work with mesibo APIs https://mesibo.com/documentation/api/conferencing/ and https://mesibo.com/documentation/api/calls/ If you are not using mesibo APIs and directly using webrtc, you should instead use google webrtc version. – mesibo Dec 08 '22 at 06:27

0 Answers0