OutgoingAudioRoute Constructor
Constructs the object.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
remoteSink As ParticipantEndpoint _
)
'Usage
Dim remoteSink As ParticipantEndpoint
Dim instance As New OutgoingAudioRoute(remoteSink)
public OutgoingAudioRoute(
ParticipantEndpoint remoteSink
)
Parameters
- remoteSink
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint
The remote recipient of the outgoing audio.