IncomingAudioRoute Class

Definition

Represents the remote source of incoming audio.

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

Remarks

The remote source is another endpoint connected to the audio-video MCU.

Constructors

IncomingAudioRoute(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)
RemoteSource

Gets the remote source of the incoming audio.

Applies to