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

    Interface HoldCallOptions

    The URL endpoint to play when the participant is on hold and the HTTP method for the hold music URL

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

    Properties

    holdMusicMethod?: string
    holdMusicUrl?: string