LiveKit JS Server SDK - v2.15.0
    Preparing search index...

    Interface ConnectTwilioCallOptions

    interface ConnectTwilioCallOptions {
        agents?: RoomAgentDispatch[];
        destinationCountry?: string;
        participantAttributes?: { [key: string]: string };
        participantIdentity?: string;
        participantMetadata?: string;
        participantName?: string;
        roomName: string;
        twilioCallDirection: ConnectTwilioCallRequest_TwilioCallDirection;
    }
    Index

    Properties

    agents?: RoomAgentDispatch[]

    Optional agents to dispatch the call to

    destinationCountry?: string

    Country where the call terminates as ISO 3166-1 alpha-2

    participantAttributes?: { [key: string]: string }

    Optional user-defined attributes. Will be attached to a created Participant in the room.

    participantIdentity?: string

    Optional identity of the participant in LiveKit room

    participantMetadata?: string

    Optional user-defined metadata. Will be attached to a created Participant in the room.

    participantName?: string

    Optional name of the participant in LiveKit room

    roomName: string

    What LiveKit room should this call be connected to

    twilioCallDirection: ConnectTwilioCallRequest_TwilioCallDirection

    The direction of the call