SimpleRTC icon indicating copy to clipboard operation
SimpleRTC copied to clipboard

A simple WebRTC demo using PubNub

Results 7 SimpleRTC issues
Sort by recently updated
recently updated
newest added

Hello, `URL.createObjectURL()` is removed from browsers so this no longer works, Please update the code to use `video.srcObject = stream;` instead `video.src = URL.createObjectURL(stream);` & also update the live demo,...

Hi When I am Hosting the stream ,or chat or group one, it can't detect the streamer. Please help as it requires into a project

First of all thanks for the great work. It's working fine with domain name and localhost. However only in chrome it is not working with IP. for eg. http://10.10.10.50/Grtc/minivid2.html is...

The video is not showing of the sender/receiver, but I can send and receive messages. (I'm using android app to receive the call) ![image](https://user-images.githubusercontent.com/28459763/32450735-4790d784-c315-11e7-9d49-897476a676a5.png)

Hi! Special Thank to your project, but I have a problem when using that project on my Web server (Run Ubuntu 14, have HTTPS ) No problem if using project...