CallInfo interface
通話的相關信息。
- Extends
屬性
group |
如果您使用 CallAgent.join(groupLocator:GroupLocator: GroupLocator) API 加入呼叫,請取得呼叫的群組標識符。 |
room |
如果您使用 CallAgent.join(roomLocator:RoomLocator:RoomLocator) API 加入呼叫,請取得呼叫的會議室標識符。 |
繼承的屬性
call |
取得通話的通話類型 |
context | 取得取得呼叫詳細數據所需的其他信息內容 |
direction | 取得撥出或傳入通話的通話方向 |
initiator |
取得呼叫的啟動器類型 |
participant |
取得本機參與者標識碼 |
target |
取得呼叫的啟動器目標類型 |
thread |
取得 teams 會議 threadId 識別碼。 |
繼承的方法
get |
取得伺服器呼叫標識碼。 |
屬性詳細資料
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
屬性值
context
注意
此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。
取得取得呼叫詳細數據所需的其他信息內容
context?: CallInformationContext
屬性值
direction
注意
此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。
取得撥出或傳入通話的通話方向
direction?: CallDirection
屬性值
initiatorKind
注意
此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。
取得呼叫的啟動器類型
initiatorKind?: CallInformationIdentifierKind
屬性值
participantId
targetKind
注意
此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。
取得呼叫的啟動器目標類型
targetKind?: string
屬性值
string
threadId
取得 teams 會議 threadId 識別碼。
threadId: undefined | string
屬性值
undefined | string
繼承的方法的詳細資料
getServerCallId()
取得伺服器呼叫標識碼。
function getServerCallId(): Promise<string>
傳回
Promise<string>