The MediaProvidertype exposes the following members.

Constructors

  Name Description
MediaProvider
Creates an instance of the MediaProvider class.

Methods

  Name Description
BeginGetAnswer
Initiates an operation to get an answer from the MediaProvider implementation for the incoming offer.
BeginGetOffer
Initiates an operation to get the initial offer from the MediaProvider implementation.
BeginSdpRenegotiation
Begins SDP renegotiation for a given callDialog.
BeginSendMessage
Sends a session message on the Call.
BeginTerminateCall
Terminates the associated call.
BeginTerminateMedia
Initiates an asynchronous media termination operation.
EndGetAnswer
Completes the operation started by BeginGetAnswer.
EndGetOffer
Completes the operation started by BeginGetOffer.
EndSdpRenegotiation
Ends the asynchronous operation started by the BeginSdpRenegotiation method.
EndSendMessage
Completes the asynchronous operation started by the BeginSendMessage call.
EndTerminateCall
Completes the asynchronous operation started by BeginTerminateCall.
EndTerminateMedia
Completes the asynchronous operation started by BeginTerminateMedia.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
HandleMessage
Handles the message.
MemberwiseClone (Inherited from Object.)
RaiseEvent < (Of < ( T > ) > )
Raises the specified event.
RaiseFlowConfigurationRequestedHandler
Raises the FlowConfigurationRequested event.
SetAnswer
Sets the incoming answer on the MediaProvider implementation.
SetIncomingCallOffer
Sets the initial offer on the MediaProvider without requesting an answer.
ToString (Inherited from Object.)
UpdatePrimarySessionContext
Updates the context of the primary session.

Properties

  Name Description
IsEarlyMediaPreferred
Gets or sets whether incoming call must perform early media renegotiation before sending a 200-OK response.
IsEscalationSupported
Gets or sets whether the media provider supports the escalation from a two-party call to conferencing.
IsMcuSupported
Gets or sets whether the media provider supports behaving as an MCU.
SrtpEncryption
Gets the value that determines how the client makes and receives encrypted audio/video calls.
SupportedMediaTypes
Gets a list of the supported media names that are acceptable in an m= line in an SDP offer/answer.
Voice802_1p
Gets a provisioned value for voice 802_1p.
VoiceDiffService
Gets provisioned value for voice diff service.

See Also