BackToBackCall.RemoteMediaFlowStateChanged Event
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