.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ParticipantInfo

    The ParticipantInfo class gathers information about a conference participant.

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

    Fields

    | Improve this Doc View Source

    AvatarURL

    The URL of the participant's avatar.

    Declaration
    public readonly string AvatarURL
    Field Value
    Type Description
    String

    The URL of the avatar.

    | Improve this Doc View Source

    ExternalId

    The external unique identifier that an application can add to the participant while opening a session. If a participant uses the same external ID in a few conferences, the participant ID also remains the same across all sessions.

    Declaration
    public readonly string ExternalId
    Field Value
    Type Description
    String

    The external ID of the participant.

    | Improve this Doc View Source

    Name

    The participant name.

    Declaration
    public readonly string Name
    Field Value
    Type Description
    String

    The participant name.

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