ConferencePermission
The ConferencePermission model represents the possible permissions a participant may have in a conference.
Available in the package com.voxeet.sdk.json.ConferencePermission.
Enumeration members
Invite
• INVITE
Allows a participant to invite participants to a conference.
Join
• JOIN
Allows a participant to join a conference.
Kick
• KICK
Allows a participant to kick other participants from a conference
Record
• RECORD
Allows a participant to record a conference.
SendAudio
• SEND_AUDIO
Allows a participant to send an audio stream during a conference.
SendMessage
• SEND_MESSAGE
Allows a participant to send a message to other participants during a conference.
SendVideo
• SEND_VIDEO
Allows a participant to send a video stream during a conference.
ShareFile
• SHARE_FILE
Allows a participant to share a file during a conference.
ShareScreen
• SHARE_SCREEN
Allows a participant to share a screen during a conference.
ShareVideo
• SHARE_VIDEO
Allows a participant to share a video during a conference.
Stream
• STREAM
Allows a participant to stream a conference.
UpdatePermissions
• UPDATE_PERMISSIONS
Allows a participant to update other participants' permissions.