I use matrix-js-sdk with react native, everything work fine for messaging/room creation...
Now i need to make the voice call/video. So i start to fork the project and working on the call.ts. I modified the code and got the call received working. When i make a call, the callee received the call but i got these error:
Got remote ICE audio candidate: candidate:2154076598 1 udp 8069631 XX.XXX.XX.XX 49163 typ relay raddr XX.XXX.XX.XX rport 57513 generation 0 ufrag asYU network-id 3 network-cost 10 ICE connection state changed to: failed
Hello,
I use matrix-js-sdk with react native, everything work fine for messaging/room creation...
Now i need to make the voice call/video. So i start to fork the project and working on the call.ts. I modified the code and got the call received working. When i make a call, the callee received the call but i got these error:
Got remote ICE audio candidate: candidate:2154076598 1 udp 8069631 XX.XXX.XX.XX 49163 typ relay raddr XX.XXX.XX.XX rport 57513 generation 0 ufrag asYU network-id 3 network-cost 10 ICE connection state changed to: failed
Here is the code i modified for the call:
Could you please help?
Thank you