OutgoingAudioRoute Class

Definition

Represents a remote sink (recipient) of the outgoing audio.

public ref class OutgoingAudioRoute : Microsoft::Rtc::Collaboration::AudioVideo::AudioRoute
public class OutgoingAudioRoute : Microsoft.Rtc.Collaboration.AudioVideo.AudioRoute
type OutgoingAudioRoute = class
    inherit AudioRoute
Public Class OutgoingAudioRoute
Inherits AudioRoute
Inheritance
OutgoingAudioRoute

Remarks

The remote sink (recipient) is another endpoint connected to the audio-video MCU.

Constructors

OutgoingAudioRoute(ParticipantEndpoint)

Constructs the object.

Properties

IsDtmfEnabled

Gets or sets whether DTMF packets are to be sent to the remote endpoint..

(Inherited from AudioRoute)
Operation

Sets or gets the operation to be performed on the route.

(Inherited from AudioRoute)
RemoteSink

Gets the remote sink (recipient) of the outgoing audio.

Applies to