.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Delegate ConferenceMessageReceivedEventHandler

    The Conference.MessageReceived event handler.

    Namespace: DolbyIO.Comms
    Assembly: DolbyIO.Comms.Sdk.dll
    Syntax
    public delegate void ConferenceMessageReceivedEventHandler(string conferenceId, string userId, ParticipantInfo info, string message);
    Parameters
    Type Name Description
    String conferenceId

    The conference ID.

    String userId

    The ID of the participant who sent the message.

    ParticipantInfo info

    Additional information about the participant who sent the message.

    String message

    The received message.

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