CallInfoCommon interface

CallInfo common interface.

Properties

participantId

Get the local participant Id

threadId

Get the teams meeting threadId id.

Methods

getServerCallId()

Get the server call ID.

Property Details

participantId

Get the local participant Id

participantId: 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>