openvidu-electron: Added client data
This commit is contained in:
parent
fab6262dcb
commit
4fa2b181cf
@ -38,7 +38,7 @@ function joinSession() {
|
||||
mySessionId = document.getElementById("sessionId").value;
|
||||
|
||||
getToken(mySessionId).then(token => {
|
||||
session.connect(token)
|
||||
session.connect(token, {clientData: 'OpenVidu Electron'})
|
||||
.then(() => {
|
||||
showSession();
|
||||
session.publish(publisher);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user