Stephen Blum
Stephen Blum
Hi! This may be related to 2x NAT which isn't supported for 100% Peer-2-Peer.
chrome://webrtc-internals chrome://webrtc-logs
Nice! Try adding `media : { audio : true, video : true },` to the `BROADCASTER`. Something like this: ```javascript var broadcaster = PHONE({ number : "BROADCASTER", // If you...
I've tried many variations without success.
Okay I have something that may be a starting point for you. Try these files: **Broadcaster SOURCE** https://github.com/stephenlb/webrtc-sdk/blob/master/tutorials/broadcaster.html **Viewers SOURCE** https://github.com/stephenlb/webrtc-sdk/blob/master/tutorials/viewer.html
Demo links will help. The `autocam:off` isn't being used for the demo. However this may get you closer to what you are looking for. Broadcaster: https://stephenlb.github.io/webrtc-sdk/tutorials/broadcaster.html Viewer: https://stephenlb.github.io/webrtc-sdk/tutorials/viewer.html
That sounds great! Looking forward to hearing your results.
Good idea. To confirm, you are asking about an `Address book` or a `Call Lobby` ? On Mon, Dec 17, 2018 at 4:31 AM Dainius Kreivys wrote: > If there...
Hi @rizaldimaulidia thank you for reporting. May you tell me your `browser` and `version` that you used during this test?
Display the video instead of picture: Yes! This is the objective of the WebRTC SDK. However you must be on an *Open Network* allowing the peers to connect.