Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when the observed state of media flow between the two remote participants changes.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event RemoteMediaFlowStateChanged As EventHandler(Of RemoteMediaFlowStateChangedEventArgs)
'Usage
Dim instance As BackToBackCall
Dim handler As EventHandler(Of RemoteMediaFlowStateChangedEventArgs)
AddHandler instance.RemoteMediaFlowStateChanged, handler
public event EventHandler<RemoteMediaFlowStateChangedEventArgs> RemoteMediaFlowStateChanged