OutgoingAudioRoute.RemoteSink Property
Gets the remote sink (recipient) of the outgoing audio.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property RemoteSink As ParticipantEndpoint
Get
'Usage
Dim instance As OutgoingAudioRoute
Dim value As ParticipantEndpoint
value = instance.RemoteSink
public ParticipantEndpoint RemoteSink { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint