diff --git a/openvidu-node-client/docs/enums/openvidurole.html b/openvidu-node-client/docs/enums/openvidurole.html index b80d3600..6ec853de 100644 --- a/openvidu-node-client/docs/enums/openvidurole.html +++ b/openvidu-node-client/docs/enums/openvidurole.html @@ -90,12 +90,13 @@
MODERATOR: = "MODERATOR"
-

(not available yet) SUBSCRIBER + PUBLIHSER permissions + can force unpublish() and disconnect() over a third-party stream or user

+

SUBSCRIBER + PUBLISHER permissions + can force the unpublishing or disconnection over a third-party Stream or Connection + (call Session.forceUnpublish() and Session.forceDisconnect())

@@ -110,7 +111,7 @@
-

SUBSCRIBER permissions + can publish their own streams

+

SUBSCRIBER permissions + can publish their own Streams (call Session.publish())

@@ -125,7 +126,7 @@
-

Can subscribe to published streams of other users

+

Can subscribe to published Streams of other users

diff --git a/openvidu-node-client/docs/interfaces/tokenoptions.html b/openvidu-node-client/docs/interfaces/tokenoptions.html index 0c3a6d14..12ffaf8a 100644 --- a/openvidu-node-client/docs/interfaces/tokenoptions.html +++ b/openvidu-node-client/docs/interfaces/tokenoptions.html @@ -93,7 +93,7 @@

Properties

-

data

+

Optional data

data: string
-

role

+

Optional role

role: OpenViduRole