TeamsCallInfo interface

Information about a Teams Call.

Extends

Inherited Properties

participantId

Get the local participant Id

threadId

Get the teams meeting threadId id.

Inherited Methods

getServerCallId()

Get the server call ID.

Inherited Property Details

participantId

Get the local participant Id

participantId: string

Property Value

string

Inherited From CallInfoCommon.participantId

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