@twilio/flex-sdk
    Preparing search index...

    Interface HoldVoiceParticipantOptions

    Configuration options for holding a participant in a task.

    interface HoldVoiceParticipantOptions {
        holdMusicMethod?: string;
        holdMusicUrl?: string;
    }
    Index

    Properties

    holdMusicMethod?: string

    The HTTP method to use when fetching the hold music.

    holdMusicUrl?: string

    The URL of the hold music to play to the participant.