TeamsCallInfo interface
Information about a Teams Call.
- Extends
Inherited Properties
call |
Get the Call type of the call |
context | Get the additional information context needed to get more details about the call |
direction | Get the Call direction of the call Outgoing or Incoming |
initiator |
Get the initiator type of the call |
participant |
Get the local participant Id |
target |
Get the initiator target type of the call |
thread |
Get the teams meeting threadId id. |
Inherited Methods
get |
Get the server call ID. |
Inherited Property Details
callScenario
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.
Get the Call type of the call
callScenario?: CallInformationScenario
Property Value
Inherited From CallInfoCommon.callScenario
context
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.
Get the additional information context needed to get more details about the call
context?: CallInformationContext
Property Value
Inherited From CallInfoCommon.context
direction
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.
Get the Call direction of the call Outgoing or Incoming
direction?: CallDirection
Property Value
Inherited From CallInfoCommon.direction
initiatorKind
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.
Get the initiator type of the call
initiatorKind?: CallInformationIdentifierKind
Property Value
Inherited From CallInfoCommon.initiatorKind
participantId
Get the local participant Id
participantId: string
Property Value
string
Inherited From CallInfoCommon.participantId
targetKind
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.
Get the initiator target type of the call
targetKind?: string
Property Value
string
Inherited From CallInfoCommon.targetKind
threadId
Get the teams meeting threadId id.
threadId: undefined | string
Property Value
undefined | string
Inherited From CallInfoCommon.threadId
Inherited Method Details
getServerCallId()
Get the server call ID.
function getServerCallId(): Promise<string>
Returns
Promise<string>
Inherited From CallInfoCommon.getServerCallId