Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface ManageConferenceParticipantRequest

    interface ManageConferenceParticipantRequest {
        command: string;
        moh?: string;
    }
    Index

    Properties

    Properties

    command: string

    Action to apply on conference participant.

    moh?: string

    Means "music on hold". If this optional parameter is included, plays music to the first participant in a conference while they're alone and waiting for other participants to join. If moh isn't specified, the user will only hear silence while alone in the conference. This property is only available to use with the onhold command.