[Pkg-voip-commits] [janus] 254/282: Added missing return statement in videocall demo

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit e94ff295ed31cb15a55300ac6ca4c13df0bdda63
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Mon Dec 11 17:40:16 2017 +0100

    Added missing return statement in videocall demo
---
 html/videocalltest.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/html/videocalltest.js b/html/videocalltest.js
index a6c7b9a..9d390cd 100644
--- a/html/videocalltest.js
+++ b/html/videocalltest.js
@@ -336,6 +336,7 @@ $(document).ready(function() {
 											if($("#remotevideo").get(0).videoWidth)
 												$('#remotevideo').show();
 										}
+										return;
 									}
 									$('#videoright').append('<video class="rounded centered hide" id="remotevideo" width=320 height=240 autoplay/>');
 									// Show the video, hide the spinner and show the resolution when we get a playing event

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list