This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 94cfa2f [OPENMEETINGS-2209] additional debugging to understand what
is wrong
94cfa2f is described below
commit 94cfa2fe75fd5dc036955c9a1331fe90a4332eb9
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Mar 31 21:08:57 2020 +0700
[OPENMEETINGS-2209] additional debugging to understand what is wrong
---
.../src/main/java/org/apache/openmeetings/web/room/raw-video.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
index 43eef4e..c5f82b5 100644
---
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
+++
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
@@ -116,7 +116,7 @@ var Video = (function() {
if (rtcPeer) {
const pc = rtcPeer.peerConnection;
pc.onconnectionstatechange = function(event) {
- console.warn(`!!RTCPeerConnection state
changed: ${pc.connectionState}`, event);
+ console.warn(`!!RTCPeerConnection state
changed: ${pc.connectionState}`);
switch(pc.connectionState) {
case "connected":
// The connection has become
fully connected