AddPhoneNumberOptions interface
Options for adding a PSTN participant to an on-going call.
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 when adding PSTN to an on-going Teams group call. |
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
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.
Options for adding custom context.
customContext?: CustomContext
Property Value
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 when adding PSTN to an on-going Teams group call.
threadId?: string
Property Value
string