Package version:

Call invitee details.

interface CallInvite {
    customCallingContext?: CustomCallingContext;
    sourceCallIdNumber?: any;
    sourceDisplayName?: string;
    targetParticipant: any;
}

Properties

customCallingContext?: CustomCallingContext

Used by customer to send custom context to targets.

sourceCallIdNumber?: any

Caller's phone number identifier.

sourceDisplayName?: string
targetParticipant: any

The Target's PhoneNumberIdentifier, CommunicationUserIdentifier, MicrosoftTeamsUserIdentifier or MicrosoftTeamsAppIdentifier.