ConferencePermission
The ConferencePermission model represents the possible permissions a participant may have in a conference.
Available in the package com.voxeet.sdk.json.ConferencePermission.
INVITE
Allows a participant to invite participants to a conference.
KICK
Allows a participant to kick other participants from a conference
UPDATE_PERMISSIONS
Allows a participant to update other participants' permissions.
JOIN
Allows a participant to join a conference.
SEND_AUDIO
Allows a participant to send an audio stream during a conference.
SEND_VIDEO
Allows a participant to share a video during a conference.
SHARE_SCREEN
Allows a participant to share a screen during a conference.
SHARE_VIDEO
Allows a participant to send a video stream during a conference.
SHARE_FILE
Allows a participant to share a file during a conference.
SEND_MESSAGE
Allows a participant to send a message to other participants during a conference.
RECORD
Allows a participant to record a conference.
STREAM
Allows a participant to stream a conference.
Updated 3 months ago