Skip to main content
Version: v3

MemberProfile

namestring

The name of the member.

is_adminboolean

Indicates if the member is an admin.

can_loginboolean

Indicates if the member can log in.

can_connectboolean

Indicates if the member can connect.

can_watchboolean

Indicates if the member can watch.

can_hostboolean

Indicates if the member can host.

can_share_mediaboolean

Indicates if the member can share media.

can_access_clipboardboolean

Indicates if the member can access the clipboard.

sends_inactive_cursorboolean

Indicates if the member sends inactive cursor.

can_see_inactive_cursorsboolean

Indicates if the member can see inactive cursors.

plugins object

Additional plugin settings.

property name*any

Additional plugin settings.

MemberProfile
{
"name": "string",
"is_admin": true,
"can_login": true,
"can_connect": true,
"can_watch": true,
"can_host": true,
"can_share_media": true,
"can_access_clipboard": true,
"sends_inactive_cursor": true,
"can_see_inactive_cursors": true,
"plugins": {}
}