react-native-webrtc-server icon indicating copy to clipboard operation
react-native-webrtc-server copied to clipboard

Results 13 react-native-webrtc-server issues
Sort by recently updated
recently updated
newest added

Dear, does this server act as an SFU? if no is there a way to implement is as such? My goal is to relay a stream to multiple viewers, but...

Why even https://react-native-webrtc.herokuapp.com/ can't send voice and video data? And it's used to work well. What's happened here and how to fix it?

function textRoomPress() { var text = document.getElementById('textRoomInput').value; if (text == "") { alert('Enter something'); } else { document.getElementById('textRoomInput').value = ''; var content = document.getElementById('textRoomContent'); content.innerHTML = content.innerHTML + '' +...

Can this be integrated with a front end using React js? or anyone has working example? Cheers

I cloned the server code and hosted in node.js server when i try to join room getting error .emit is undefined in server side code var to = io.sockets.connected[data.to]; to.emit('exchange',...

I reference your code to create webrtc web app Earlier It was working fine. But today When I run the app its not showing video. I got a warning in...

As mentioned in your documentation for [react-native-webrtc](https://github.com/oney/react-native-webrtc#demos) (shown below). ![oney](https://user-images.githubusercontent.com/33648821/40174671-6771a338-59f3-11e8-95a0-8b231a0c94d4.png) I have created a new server on heroku and used it as a signaling server for my app. This works...

I am trying to deploy this react-native-webrtc-server on my VPS with SSL ( https ) I am following the steps below : 1) installed node and running server on http://127.0.0.1:8080...

hello, did you deploy this server to windows server with iisnode? should this open the websocket protocol? and i want to ask could this server run without the index.html? thanks...

I have downloaded this server and working fine. But when i try to connect Android app to this signaling server. It gives `Error: xhr poll error` Can you please help...