StartCallOptions interface
Options for starting an outgoing call.
- Extends
Properties
alternate |
A phone number in E.164 format that will be used to represent callers identity. For example, using the alternateCallerId to add a participant using PSTN, this number will be used as the caller id in the PSTN call. |
custom |
Options for adding custom context. |
thread |
Thread ID is required if user is of type MicrosoftTeamsUserIdentifier. |
Inherited Properties
audio |
|
video |
Property Details
alternateCallerId
A phone number in E.164 format that will be used to represent callers identity. For example, using the alternateCallerId to add a participant using PSTN, this number will be used as the caller id in the PSTN call.
alternateCallerId?: PhoneNumberIdentifier
Property Value
customContext
threadId
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Thread ID is required if user is of type MicrosoftTeamsUserIdentifier.
threadId?: string
Property Value
string