MediaStreamingStarted interface
- Extends
-
Omit<RestMediaStreamingStarted, "callConnectionId" | "serverCallId" | "correlationId" | "resultInformation">
Properties
| call |
Call connection ID. |
| correlation |
Correlation ID for event to call correlation. Also called ChainId for skype chain ID. |
| kind | kind of this event. |
| result |
Contains the resulting SIP code, sub-code and message. |
| server |
Server call ID. |
Inherited Properties
| media |
Defines the result for MediaStreamingUpdate with the current status and the details about the status NOTE: This property will not be serialized. It can only be populated by the server. |
| operation |
Used by customers when calling mid-call actions to correlate the request to the response event. |
Property Details
callConnectionId
Call connection ID.
callConnectionId: string
Property Value
string
correlationId
Correlation ID for event to call correlation. Also called ChainId for skype chain ID.
correlationId: string
Property Value
string
kind
kind of this event.
kind: "MediaStreamingStarted"
Property Value
"MediaStreamingStarted"
resultInformation
Contains the resulting SIP code, sub-code and message.
resultInformation?: ResultInformation
Property Value
serverCallId
Server call ID.
serverCallId: string
Property Value
string
Inherited Property Details
mediaStreamingUpdate
Defines the result for MediaStreamingUpdate with the current status and the details about the status NOTE: This property will not be serialized. It can only be populated by the server.
mediaStreamingUpdate?: MediaStreamingUpdate
Property Value
Inherited From Omit.mediaStreamingUpdate
operationContext
Used by customers when calling mid-call actions to correlate the request to the response event.
operationContext?: string
Property Value
string
Inherited From Omit.operationContext