.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class JoinOptions

    The JoinOptions class gathers options for joining a conference as a user who can send and receive media.

    Inheritance
    Object
    JoinOptions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: DolbyIO.Comms
    Assembly: DolbyIO.Comms.Sdk.dll
    Syntax
    public class JoinOptions

    Fields

    | Improve this Doc View Source

    Connection

    The options for connecting to the conference.

    Declaration
    public ConnectionOptions Connection
    Field Value
    Type Description
    ConnectionOptions

    The connection options.

    | Improve this Doc View Source

    Constraints

    The media constraints for the user.

    Declaration
    public MediaConstraints Constraints
    Field Value
    Type Description
    MediaConstraints

    The media constraints.

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