Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
telemersion
Telemersive Gateway
Commits
b33376b7
Commit
b33376b7
authored
Apr 24, 2021
by
maybites
Browse files
fixed missing peerJoined message for local peer
parent
a6021bb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/peerLogic.js
View file @
b33376b7
...
...
@@ -46,6 +46,9 @@ function initNodeSpace(){
}
}
function
peerJoined
(
_peerJoined
){
outlet
(
0
,
"
peerJoined
"
,
_peerJoined
);
}
function
peerName
(
_peerName
){
if
(
myPeerName
!==
_peerName
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment