OutgoingAudioRoute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |