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

    Interface SvamlActionConnectConf

    Connects an incoming call to a conference. Available to use in a response to an Incoming Call Event callback.

    interface SvamlActionConnectConf {
        conferenceDtmfOptions?: ConferenceDtmfOptions;
        conferenceId: string;
        moh?: string;
        name: "connectConf";
    }
    Index

    Properties

    conferenceDtmfOptions?: ConferenceDtmfOptions

    Options to control how DTMF signals are used by the participant in the conference. For information on how to use this feature, read more here.

    conferenceId: string

    The unique identifier of the conference. Shouldn't exceed 64 characters.

    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.

    name: "connectConf"

    The name property. Must have the value connectConf.