Represents information received when the configuration of an AudioVideoFlow instance changes.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 

AudioVideoFlowConfigurationChangedEventArgs _
	
Inherits 
EventArgs
C#
public 
class 

AudioVideoFlowConfigurationChangedEventArgs : 
EventArgs
Visual C++
public 
ref class 

AudioVideoFlowConfigurationChangedEventArgs : 
public 
EventArgs
JavaScript

Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoFlowConfigurationChangedEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoFlowConfigurationChangedEventArgs',
	
EventArgs);

Remarks

The information in an AudioVideoFlowConfigurationChangedEventArgs instance results when an AudioVideoFlow instance raises the ConfigurationChanged event.

This class does not indicate the specific change in configuration for an AudioVideoFlow instance, only that the configuration changed. The AudioVideoFlow configuration can change due to a variety of reasons: actions by the AudioVideoFlow instance; actions by the remote endpoint; internal configuration changes. For more information, see the description for the ConfigurationChanged event.

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration.AudioVideo . . :: . AudioVideoFlowConfigurationChangedEventArgs

See Also