RCTWebRTCDemo2
RCTWebRTCDemo2 copied to clipboard
not working with socket.io
Hi Dimitris,
First, thank you for putting update all the repo related to webrtc implementation.
Right now, I try to clone https://github.com/DimitrisTzimikas/rnWebRTC with socketio branch. (yeah I notice it doesn't work with the current server). I was try to solve this issue for more than 4 days already. I just want to know how can I properly debug it? What kind of steps in order to solve the issue?
This works find as expected, https://github.com/DimitrisTzimikas/RCTWebRTCDemo-server https://github.com/DimitrisTzimikas/RCTWebRTCDemo2
But rigth now my lead developers ask me to use the latest for version so I choose to use this with one along with current server repo https://github.com/DimitrisTzimikas/rnWebRTC
Thanks for the help
@thecodingwhale hello there! I'm currently in the same position. Consider that this repo has problems too.
I test it on many devices an some of them can't display the stream, maybe its codes compatibility, but I'm not sure yet.
If I have updates I'll inform you. If you find some solution for rnWebRTC repo feel free to clone and add a PR.
Also react-native-webrtc: 1.69.1 implement a different API than 1.67.0 so you have to figure out the new API and see where the problem lies.
@DimitrisTzimikas thanks for the reply! Yeah, I will check and try to find ways to make it work :)