Share via


CallInvite Class

Definition

Call invitee details.

public class CallInvite
type CallInvite = class
Public Class CallInvite
Inheritance
CallInvite

Constructors

CallInvite(CommunicationUserIdentifier)

Creates a new CallInvite object. Sip Headers are not supported. Voip Headers are supported for ACS Users.

CallInvite(MicrosoftTeamsAppIdentifier)

Creates a new CallInvite object. Sip Headers are not supported. Voip Headers are supported for Microsoft Teams Apps.

CallInvite(MicrosoftTeamsUserIdentifier)

Creates a new CallInvite object. Sip Headers are not supported. Voip Headers are supported for Microsoft teams Users.

CallInvite(PhoneNumberIdentifier, PhoneNumberIdentifier)

Creates a new CallInvite object. When the source of the call is a Teams App source, callerIdNumber is not supported and should be null. Sip Headers are supported for PSTN calls only. Voip Headers are not supported.

CallInvite(TeamsExtensionUserIdentifier)

Creates a new CallInvite object. Sip Headers are not supported. Voip Headers are supported for Microsoft Teams Apps.

Properties

CustomCallingContext

The Custom Context which contains SIP and voip headers

SourceCallerIdNumber

The caller ID number to appear on target PSTN callee.

SourceDisplayName

The display name to appear on target callee.

Target

The target callee.

Applies to