OutgoingAudioRoute(ParticipantEndpoint) Constructor
Definition
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.
Constructs the object.
public:
OutgoingAudioRoute(Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ remoteSink);
public OutgoingAudioRoute (Microsoft.Rtc.Collaboration.ParticipantEndpoint remoteSink);
new Microsoft.Rtc.Collaboration.AudioVideo.OutgoingAudioRoute : Microsoft.Rtc.Collaboration.ParticipantEndpoint -> Microsoft.Rtc.Collaboration.AudioVideo.OutgoingAudioRoute
Public Sub New (remoteSink As ParticipantEndpoint)
Parameters
- remoteSink
- ParticipantEndpoint
The remote recipient of the outgoing audio.