共用方式為


CallConnectionProperties interface

呼叫連線的屬性

屬性

answeredby

回應實體的身分識別。 只有在要求中提供身分識別時才會填入。

answeredFor

傳入通話的原始 Pstn 目標身分識別。 只有在原始目標為 Pstn 號碼時才會填入。

callbackUrl

回呼 URL。

callConnectionId

呼叫連線標識碼。

callConnectionState

話叫連接的狀態。

correlationId

相互關聯標識碼。

mediaStreamingSubscription

媒體流訂閱

serverCallId

伺服器呼叫標識碼。

source

來源身分識別。

sourceCallerIdNumber

來源來電者標識碼,電話號碼,顯示給受邀的 PSTN 參與者。 只有在呼叫 PSTN 被呼叫者時才需要。

sourceDisplayName

如果撥出至 pstn 號碼,則顯示通話的名稱。

targetParticipants

呼叫的目標。

transcriptionSubscription

轉譯訂閱。

屬性詳細資料

answeredby

回應實體的身分識別。 只有在要求中提供身分識別時才會填入。

answeredby?: CommunicationUserIdentifier

屬性值

answeredFor

傳入通話的原始 Pstn 目標身分識別。 只有在原始目標為 Pstn 號碼時才會填入。

answeredFor?: PhoneNumberIdentifier

屬性值

callbackUrl

回呼 URL。

callbackUrl?: string

屬性值

string

callConnectionId

呼叫連線標識碼。

callConnectionId?: string

屬性值

string

callConnectionState

話叫連接的狀態。

callConnectionState?: string

屬性值

string

correlationId

相互關聯標識碼。

correlationId?: string

屬性值

string

mediaStreamingSubscription

媒體流訂閱

mediaStreamingSubscription?: MediaStreamingSubscription

屬性值

MediaStreamingSubscription

serverCallId

伺服器呼叫標識碼。

serverCallId?: string

屬性值

string

source

來源身分識別。

source?: CommunicationIdentifier

屬性值

sourceCallerIdNumber

來源來電者標識碼,電話號碼,顯示給受邀的 PSTN 參與者。 只有在呼叫 PSTN 被呼叫者時才需要。

sourceCallerIdNumber?: PhoneNumberIdentifier

屬性值

sourceDisplayName

如果撥出至 pstn 號碼,則顯示通話的名稱。

sourceDisplayName?: string

屬性值

string

targetParticipants

呼叫的目標。

targetParticipants?: CommunicationIdentifier[]

屬性值

transcriptionSubscription

轉譯訂閱。

transcriptionSubscription?: TranscriptionSubscription

屬性值

TranscriptionSubscription