ericz 11 ani în urmă
părinte
comite
95bbd83485
1 a modificat fișierele cu 1 adăugiri și 6 ștergeri
  1. 1 6
      examples/helloworldv.html

+ 1 - 6
examples/helloworldv.html

@@ -50,12 +50,7 @@
 
 
   });
   });
   function call (name) {
   function call (name) {
-      mc = peer1.call(name, ls, {constraints: {
-    mandatory: {
-        OfferToReceiveAudio: false,
-        OfferToReceiveVideo: false
-    }
-}});
+      mc = peer1.call(name, ls);
       mc.on('stream', function(s){
       mc.on('stream', function(s){
         window.remote = s;
         window.remote = s;
           z = $('<video></video>', {src: URL.createObjectURL(s), autoplay: true}).appendTo('body');
           z = $('<video></video>', {src: URL.createObjectURL(s), autoplay: true}).appendTo('body');