Edit

Share via


OutgoingAudioRoute(ParticipantEndpoint) Constructor

Definition

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.

Applies to