mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-15 07:38:32 +00:00
Update main.js
This commit is contained in:
parent
bf24d6c02c
commit
a3156bbfb8
4
main.js
4
main.js
@ -1814,7 +1814,7 @@ function joinRoom(roomname){
|
||||
for (var i in response){
|
||||
if ("UUID" in response[i]){
|
||||
if ("streamID" in response[i]){
|
||||
if (response[i].UUID in session.pcs){
|
||||
if (response[i].UUID in session.rpcs){
|
||||
log("RTC already connected"); /// lets just say instead of Stream, we have
|
||||
} else {
|
||||
//var title = ""; // TODO: Assign labels
|
||||
@ -4363,4 +4363,4 @@ function EnterButtonChat(event){
|
||||
// Trigger the button element with a click
|
||||
sendChatMessage();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user