Merge pull request #1614 from ValdoTR/user-room-token
Added the user-room token created from admin when we access a room
This commit is contained in:
@@ -1167,6 +1167,7 @@ ${escapedMessage}
|
||||
roomId: this.roomUrl,
|
||||
tags: this.connection ? this.connection.getAllTags() : [],
|
||||
variables: this.sharedVariablesManager.variables,
|
||||
userRoomToken: this.connection ? this.connection.userRoomToken : "",
|
||||
};
|
||||
});
|
||||
this.iframeSubscriptionList.push(
|
||||
|
||||
Reference in New Issue
Block a user