I'm developing conference mode based on current version of AntMedia SDK for iOS. I've implemented the flow from this article, it's pretty straightforward.
As I understand, each participant should start publishing his own stream, and at the same time play remote streams of other participants in the room.
I'm currently performing tests with two participants in the room. It works well if only one participant publishes his stream - the second participant can see and hear stream data. If the second participant also starts publishing his stream, the first participant receives "streamJoined" message, RTCPeerConnectionDelegate's function
is called as well, and after that the webrtc connection disconnects on his side without any error.
I have attached server logs of such call. It contains "i.a.e.adaptive.WebRTCEncoderAdaptor - onIceConnectionChange DISCONNECTED for streamId ..." on line 91.
We are using "Enterprise Edition 1.9.1" on the server side. On the client side, I've just added commands to join/leave room, publish/play streams, and the `takeCandidate`/`takeConfiguration` part right now is the same as for p2p calls.
Could you please help me to figure out what is the problem here?
Question
Yury Grinenko
failed_call_server.log
Link to comment
Share on other sites
Top Posters For This Question
2
2
Popular Days
Apr 29
4
Top Posters For This Question
Mark Sergienko 2 posts
Yury Grinenko 2 posts
Popular Days
Apr 29 2020
4 posts
3 answers to this question
Recommended Posts