MediaStreamingStopped interface
- Extends
-
Omit<RestMediaStreamingStopped, "callConnectionId" | "serverCallId" | "correlationId" | "resultInformation">
屬性
call |
呼叫連線標識碼。 |
correlation |
要呼叫相互關聯之事件的相互關聯標識碼。 也稱為 ChainId,用於 Skype 鏈結標識符。 |
kind | 此事件的種類。 |
result |
包含產生的SIP程式代碼、子程式代碼和訊息。 |
server |
伺服器呼叫標識碼。 |
繼承的屬性
media |
定義 MediaStreamingUpdate 的結果,其中包含當前狀態和有關狀態的詳細資訊注意:此屬性不會被序列化。 它只能由伺服器填入。 |
operation |
客戶在呼叫中呼叫動作時使用,以將要求與回應事件相互關聯。 |
屬性詳細資料
callConnectionId
呼叫連線標識碼。
callConnectionId: string
屬性值
string
correlationId
要呼叫相互關聯之事件的相互關聯標識碼。 也稱為 ChainId,用於 Skype 鏈結標識符。
correlationId: string
屬性值
string
kind
此事件的種類。
kind: "MediaStreamingStopped"
屬性值
"MediaStreamingStopped"
resultInformation
serverCallId
伺服器呼叫標識碼。
serverCallId: string
屬性值
string
繼承的屬性詳細資料
mediaStreamingUpdate
定義 MediaStreamingUpdate 的結果,其中包含當前狀態和有關狀態的詳細資訊注意:此屬性不會被序列化。 它只能由伺服器填入。
mediaStreamingUpdate?: MediaStreamingUpdate
屬性值
繼承自 省略 .mediaStreamingUpdate
operationContext
客戶在呼叫中呼叫動作時使用,以將要求與回應事件相互關聯。
operationContext?: string
屬性值
string
繼承自 Omit.operationContext