StartTeamsGroupCallOptions interface
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 starting an outgoing Teams group call.
- Extends
Properties
thread |
The thread id. |
Inherited Properties
audio |
|
custom |
Options for adding custom context. |
video |
Property Details
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.
The thread id.
threadId: string
Property Value
string
Inherited Property Details
audioOptions
customContext
Options for adding custom context.
customContext?: CustomContext
Property Value
Inherited From StartTeamsCallOptions.customContext