Open gouravempower opened 6 years ago
I think, until now, this is impossible. Chrome and iOS Safari can not talk to each other.
Waiting support...
v2 is recently fixed for Edge/Safari11/Firefox.
v3 is recommended and it works on all webrtc browsers (only if adapterjs is included).
<script src="/dev/adapter.js"></script>
<script>
window.enableAdapter = true; // enable adapter.js
// now v3 will work on Safari11/Edge/Firefox
var connection = new RTCMultiConnection();
Please test this demo
hi, i am new to web rtc please help. i am using your Video Conferencing demo of v2, i have some issues in that help me out how to resolve this. 1) it is not working on safari properly. when i open room on safari there is no is display in safari.and when i join from other browser (chrome) it gives an error.
this is the error code which i receive in chrome
one more issue is that if i want to switch camera how can i, with streaming is on?