.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class Participant

    The Participant class contains information about a conference participant.

    Inheritance
    Object
    Participant
    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 Participant

    Fields

    | Improve this Doc View Source

    Id

    The unique identifier of the participant.

    Declaration
    public readonly string Id
    Field Value
    Type Description
    String

    The participant ID.

    | Improve this Doc View Source

    Info

    Additional information about the participant.

    Declaration
    public ParticipantInfo Info
    Field Value
    Type Description
    ParticipantInfo

    The ParticipantInfo class that contains additional information about the participant.

    | Improve this Doc View Source

    IsAudibleLocally

    A boolean value that indicates whether a remote participant is audible locally. This property is always false for the local participant.

    Declaration
    public readonly bool IsAudibleLocally
    Field Value
    Type Description
    Boolean

    If true, the participant is audible.

    | Improve this Doc View Source

    IsSendingAudio

    A boolean value that indicates whether the participant is sending audio to a conference.

    Declaration
    public readonly bool IsSendingAudio
    Field Value
    Type Description
    Boolean

    If true, the participant is sending audio.

    | Improve this Doc View Source

    Status

    The current status of the participant.

    Declaration
    public readonly ParticipantStatus Status
    Field Value
    Type Description
    ParticipantStatus

    The status of the participant.

    | Improve this Doc View Source

    Type

    The type of the participant.

    Declaration
    public readonly ParticipantType Type
    Field Value
    Type Description
    ParticipantType

    The participant type.

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