MediaProvider Members
MediaProvider facilitates the offer/answer negotiation on a signaling session.
The MediaProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MediaProvider | [Value Needed]. |
Top
Properties
Name | Description | |
---|---|---|
IsEarlyMediaPreferred | Gets or sets the flag to indicate if an incoming call must do early media renegotiation before sending 200-ok response. | |
IsEscalationSupported | Gets or sets the value of a flag to indicate if mediaprovider supports the escalation from a two party call to conferencing. | |
IsMcuSupported | Gets or sets the value of a flag to indicate if media provider supports behaving as an MCU. | |
SrtpEncryption | Gets the value that determines how the client makes and receives encrypted AV calls. | |
SupportedMediaTypes | List supported Media names, which are acceptable m-lines in sdp offer/answer. | |
Voice802_1p | Gets provisioned value for voice 802_1p. | |
VoiceDiffService |
Top
Methods
Name | Description | |
---|---|---|
BeginGetAnswer | Abstract method initiate an operation to get an Answer from the MediaProvider implementation for the incoming Offer. | |
BeginGetOffer | ||
BeginSdpRenegotiation | ||
BeginSendMessage | Send a session message on the Call. | |
BeginTerminateCall | Terminate the associated call. | |
BeginTerminateMedia | ||
EndGetAnswer | Abstract method to complete the get answer operation. | |
EndGetOffer | Abstract method to complete the get offer operation. | |
EndSdpRenegotiation | ||
EndSendMessage | Complete the async operation started by the BeginSendMessage call. | |
EndTerminateCall | Terminate the async operation initiated by BeginTerminateCall. | |
EndTerminateMedia | Complete the async operaion to terminate the MediaSession on the Call. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HandleMessage | Method will be invoked from the call on receiving the message on the underlying signaling session. | |
MemberwiseClone | (Inherited from Object.) | |
RaiseEvent<(Of <<'(T>)>>) | Helper function to raise events. | |
RaiseFlowConfigurationRequestedHandler | ||
SetAnswer | Abstract method to set the incoming Answer on the MediaProvider implementation. | |
SetIncomingCallOffer | SetIncomingCallOffer is to set the initial offer on the MediaProvider without requesting for the answer, Call will invoke this method at the time of binding the media provider for an incoming call. | |
ToString | (Inherited from Object.) | |
UpdatePrimarySessionContext | This method will be invoked when the primary session for the call is changed, this is mainly used in an escalation scenario, when the call's primary session is switched after escalation is completed. |
Top