Data associated to the connection on the client-side. This value is set with second parameter of method Session.connect in OpenVidu Browser
Identifier of the connection. You can call Session.forceDisconnect passing this property as parameter
Array of Publisher objects this particular Connection is publishing to the Session (each Publisher object has one Stream, uniquely
identified by its streamId
). You can call Session.forceUnpublish passing any of this values as parameter
Role of the connection
Data associated to the connection on the server-side. This value is set with property TokenOptions.data when calling Session.generateToken
Array of streams (their streamId
properties) this particular Connection is subscribed to. Each one always corresponds to one
Publisher of some other Connection: each string of this array must be equal to one Publisher.streamId of other Connection
Token associated to the connection
Generated using TypeDoc
See Session.activeConnections