ConferencePermission

The ConferencePermission enum gathers the possible permissions a participant may have in a conference.

Enumeration members

INVITE

INVITE = "INVITE"

Allows a participant to invite other participants to a conference.


JOIN

JOIN = "JOIN"

Allows a participant to join a conference.


KICK

KICK = "KICK"

Allows a participant to kick other participants from a conference


RECORD

RECORD = "RECORD"

Allows a participant to record a conference.


SEND_AUDIO

SEND_AUDIO = "SEND_AUDIO"

Allows a participant to send an audio stream during a conference.


SEND_MESSAGE

SEND_MESSAGE = "SEND_MESSAGE"

Allows a participant to send a message to other participants during a conference.


SEND_VIDEO

SEND_VIDEO = "SEND_VIDEO"

Allows a participant to send a video stream during a conference.


SHARE_FILE

SHARE_FILE = "SHARE_FILE"

Allows a participant to share a file during a conference.


SHARE_SCREEN

SHARE_SCREEN = "SHARE_SCREEN"

Allows a participant to share a screen during a conference.


SHARE_VIDEO

SHARE_VIDEO = "SHARE_VIDEO"

Allows a participant to share a video during a conference.


STREAM

STREAM = "STREAM"

Allows a participant to stream a conference.


UPDATE_PERMISSIONS

UPDATE_PERMISSIONS = "UPDATE_PERMISSIONS"

Allows a participant to update other participants' permissions.