IncomingAudioRoute(ParticipantEndpoint) Constructor
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.
Constructs the object.
public:
IncomingAudioRoute(Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ remoteSource);
public IncomingAudioRoute (Microsoft.Rtc.Collaboration.ParticipantEndpoint remoteSource);
new Microsoft.Rtc.Collaboration.AudioVideo.IncomingAudioRoute : Microsoft.Rtc.Collaboration.ParticipantEndpoint -> Microsoft.Rtc.Collaboration.AudioVideo.IncomingAudioRoute
Public Sub New (remoteSource As ParticipantEndpoint)
Parameters
- remoteSource
- ParticipantEndpoint
The remote source of the incoming audio.
Remarks
The remote source is another endpoint connected to the audio-video MCU.