RestMediaStreamingStarted interface
Properties
| call |
Call connection ID. |
| correlation |
Correlation ID for event to call correlation. Also called ChainId for skype chain ID. |
| 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. |
| result |
Contains the resulting SIP code, sub-code and message. |
| server |
Server call ID. |
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
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
operationContext
Used by customers when calling mid-call actions to correlate the request to the response event.
operationContext?: string
Property Value
string
resultInformation
Contains the resulting SIP code, sub-code and message.
resultInformation?: ResultInformation
Property Value
serverCallId
Server call ID.
serverCallId?: string
Property Value
string