.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Enum ConferenceAccessPermissions

    The ConferenceAccessPermissions enum contains the available permissions for application users who are invited to a conference.

    Namespace: DolbyIO.Comms
    Assembly: DolbyIO.Comms.Sdk.dll
    Syntax
    public enum ConferenceAccessPermissions

    Fields

    Name Description
    Invite

    Allows a participant to invite other participants to a conference.

    Join

    Allows a participant to join a conference.

    Kick

    Allows a participant to kick other participants from a conference.

    Record

    Allows a participant to record a conference.

    SendAudio

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

    SendMessage

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

    SendVideo

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

    ShareFile

    Allows a participant to share a file during a conference.

    ShareScreen

    Allows a participant to share their screen during a conference.

    ShareVideo

    Allows a participant to share a video file during a conference.

    Stream

    Allows a participant to stream a conference.

    UpdatePermissions

    Allows a participant to update permissions of other participants.

    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾