Skip to content

Commit

Permalink
revert again:
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin committed Jan 5, 2024
1 parent 32bb3bd commit a5a0032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dock.html
Original file line number Diff line number Diff line change
Expand Up @@ -4009,7 +4009,7 @@
function RecvDataWindow(){
iframe = document.createElement("iframe");

iframe.src = "https://vdo.socialstream.ninja/?ln&salt=vdo.ninja&password="+password+"&push&label=dock&vd=0&ad=0&novideo&noaudio&autostart&cleanoutput&room="+roomID; // push and view, as we will connect with other docks also. I suppose I can have it only do this if &sync is enabled?
iframe.src = "https://vdo.socialstream.ninja/?ln&salt=vdo.ninja&password="+password+"&push&notmobile&label=dock&vd=0&ad=0&novideo&noaudio&autostart&cleanoutput&room="+roomID; // push and view, as we will connect with other docks also. I suppose I can have it only do this if &sync is enabled?
iframe.style.width = "0px";
iframe.style.height = "0px";
iframe.style.position = "fixed";
Expand Down

0 comments on commit a5a0032

Please sign in to comment.