.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Delegate ActiveSpeakerChangeEventHandler

    The Conference.ActiveSpeakerChange event handler.

    Namespace: DolbyIO.Comms
    Assembly: DolbyIO.Comms.Sdk.dll
    Syntax
    public delegate void ActiveSpeakerChangeEventHandler(string conferenceId, int count, string[] activeSpeakers);
    Parameters
    Type Name Description
    String conferenceId

    The corresponding conference ID.

    Int32 count

    The number of active speakers.

    String[] activeSpeakers

    The array of IDs of the active speakers.

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