matrix-org / matrix-js-sdk

Matrix Client-Server SDK for JavaScript
Apache License 2.0
1.63k stars 592 forks source link

react native voice video call #1542

Open khacquyetdang opened 4 years ago

khacquyetdang commented 4 years ago

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

harry-dev98 commented 3 years ago

hey were you able to resolve the issue? i wish to use webrtc with react native, what all should i follow can you help me out?