Compartir a través de


TeamsCallInfo interface

Información sobre una llamada de Teams.

Extends

Propiedades heredadas

participantId

Obtención del identificador de participante local

threadId

Obtenga el identificador threadId de la reunión de teams.

Métodos heredados

getServerCallId()

Obtenga el identificador de llamada del servidor.

Detalles de las propiedades heredadas

participantId

Obtención del identificador de participante local

participantId: string

Valor de propiedad

string

Heredado deCallInfoCommon.participantId

threadId

Obtenga el identificador threadId de la reunión de teams.

threadId: string | undefined

Valor de propiedad

string | undefined

Heredado deCallInfoCommon.threadId

Detalles de los métodos heredados

getServerCallId()

Obtenga el identificador de llamada del servidor.

function getServerCallId(): Promise<string>

Devoluciones

Promise<string>

Heredado deCallInfoCommon.getServerCallId