ConferencePermission

The ConferencePermission model represents the possible permissions a participant may have in a conference.

Enumeration members

Invite

Invite: = "INVITE"

Allows a participant to invite 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.


SendAudio

SendAudio: = "SEND_AUDIO"

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


SendMessage

SendMessage: = "SEND_MESSAGE"

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


SendVideo

SendVideo: = "SEND_VIDEO"

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


ShareFile

ShareFile: = "SHARE_FILE"

Allows a participant to share a file during a conference.


ShareScreen

ShareScreen: = "SHARE_SCREEN"

Allows a participant to share a screen during a conference.


ShareVideo

ShareVideo: = "SHARE_VIDEO"

Allows a participant to share a video during a conference.


Stream

Stream: = "STREAM"

Allows a participant to stream a conference.


UpdatePermissions

UpdatePermissions: = "UPDATE_PERMISSIONS"

Allows a participant to update other participants' permissions.