CallInfoCommon interface

CallInfo common interface.

Properties

callScenario

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

initiatorKind

Get the initiator type of the call

participantId

Get the local participant Id

targetKind

Get the initiator target type of the call

threadId

Get the teams meeting threadId id.

Methods

getServerCallId()

Get the server call ID.

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

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

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

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

participantId

Get the local participant Id

participantId: string

Property Value

string

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

threadId

Get the teams meeting threadId id.

threadId: undefined | string

Property Value

undefined | string

Method Details

getServerCallId()

Get the server call ID.

function getServerCallId(): Promise<string>

Returns

Promise<string>