[Pkg-voip-commits] [janus] 210/282: Fixed typo in VideoRoom demo (fixes #1088)

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:42 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 a4e2e44a4340f47dbf93a5fc75f18e1a4ef07056
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Tue Nov 28 17:59:55 2017 +0100

    Fixed typo in VideoRoom demo (fixes #1088)
---
 html/videoroomtest.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/videoroomtest.js b/html/videoroomtest.js
index 756d343..9543e61 100644
--- a/html/videoroomtest.js
+++ b/html/videoroomtest.js
@@ -266,7 +266,7 @@ $(document).ready(function() {
 										var video = msg["video_codec"];
 										if(mystream && mystream.getVideoTracks() && mystream.getVideoTracks().length > 0 && !video) {
 											// Video has been rejected
-											toastr.warning("Our video stream has been rejected, viewers won't hear us");
+											toastr.warning("Our video stream has been rejected, viewers won't see us");
 											// Hide the webcam video
 											$('#myvideo').hide();
 											$('#videolocal').append(

-- 
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