openvidu-electron: Added client data

This commit is contained in:
CSantos 2020-04-28 10:01:28 +02:00
parent fab6262dcb
commit 4fa2b181cf

View File

@ -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);