We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1936a2 commit 3420d47Copy full SHA for 3420d47
recibir.js
@@ -58,7 +58,7 @@ peer.on("call", function (call) {
58
function fullYAudio() {
59
emision.muted = false;
60
emision.play();
61
- if (!document.fullscreenElement) {
+ /* if (!document.fullscreenElement) {
62
if (emision.requestFullscreen) {
63
emision.requestFullscreen();
64
} else if (emision.webkitRequestFullscreen) {
@@ -78,5 +78,5 @@ function fullYAudio() {
78
// IE11
79
document.msExitFullscreen();
80
}
81
- }
+ }*/
82
0 commit comments