Call.BindMediaProvider(MediaProvider) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Binds a user-specified media provider to the call.
public:
void BindMediaProvider(Microsoft::Rtc::Collaboration::ComponentModel::MediaProvider ^ mediaProvider);
C#
public void BindMediaProvider (Microsoft.Rtc.Collaboration.ComponentModel.MediaProvider mediaProvider);
member this.BindMediaProvider : Microsoft.Rtc.Collaboration.ComponentModel.MediaProvider -> unit
- mediaProvider
- MediaProvider
The media provider to use for the SDP negotiation.
Thrown when the mediaProvider
parameter is null.
This replaces the provider created by a factory for all subsequent SDP negotiations. This API is used by the BackToBack implementation to bind a specific provider for back-to-back calls.
Proizvod | Verzije |
---|---|
Lync UCMA | 4.0, 5.0, latest |