共用方式為


CallInfo interface

通話的相關信息。

Extends

屬性

groupId

如果您使用 CallAgent.join(groupLocator:GroupLocator: GroupLocator) API 加入呼叫,請取得呼叫的群組標識符。

roomId

如果您使用 CallAgent.join(roomLocator:RoomLocator:RoomLocator) API 加入呼叫,請取得呼叫的會議室標識符。

繼承的屬性

callScenario

取得通話的通話類型

context

取得取得呼叫詳細數據所需的其他信息內容

direction

取得撥出或傳入通話的通話方向

initiatorKind

取得呼叫的啟動器類型

participantId

取得本機參與者標識碼

targetKind

取得呼叫的啟動器目標類型

threadId

取得 teams 會議 threadId 識別碼。

繼承的方法

getServerCallId()

取得伺服器呼叫標識碼。

屬性詳細資料

groupId

如果您使用 CallAgent.join(groupLocator:GroupLocator: GroupLocator) API 加入呼叫,請取得呼叫的群組標識符。

groupId: undefined | string

屬性值

undefined | string

roomId

注意

此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。

如果您使用 CallAgent.join(roomLocator:RoomLocator:RoomLocator) API 加入呼叫,請取得呼叫的會議室標識符。

roomId: undefined | string

屬性值

undefined | string

繼承的屬性詳細資料

callScenario

注意

此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。

取得通話的通話類型

callScenario?: CallInformationScenario

屬性值

繼承自CallInfoCommon.callScenario

context

注意

此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。

取得取得呼叫詳細數據所需的其他信息內容

context?: CallInformationContext

屬性值

繼承自CallInfoCommon.context

direction

注意

此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。

取得撥出或傳入通話的通話方向

direction?: CallDirection

屬性值

繼承自CallInfoCommon.direction

initiatorKind

注意

此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。

取得呼叫的啟動器類型

initiatorKind?: CallInformationIdentifierKind

屬性值

繼承自CallInfoCommon.initiatorKind

participantId

取得本機參與者標識碼

participantId: string

屬性值

string

繼承自CallInfoCommon.participantId

targetKind

注意

此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。

取得呼叫的啟動器目標類型

targetKind?: string

屬性值

string

繼承自CallInfoCommon.targetKind

threadId

取得 teams 會議 threadId 識別碼。

threadId: undefined | string

屬性值

undefined | string

繼承自CallInfoCommon.threadId

繼承的方法的詳細資料

getServerCallId()

取得伺服器呼叫標識碼。

function getServerCallId(): Promise<string>

傳回

Promise<string>

繼承自CallInfoCommon.getServerCallId