BackToBackCall.RemoteMediaFlowStateChanged Event
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.
Raised when the observed state of media flow between the two remote participants changes.
public:
event EventHandler<Microsoft::Rtc::Collaboration::RemoteMediaFlowStateChangedEventArgs ^> ^ RemoteMediaFlowStateChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.RemoteMediaFlowStateChangedEventArgs> RemoteMediaFlowStateChanged;
member this.RemoteMediaFlowStateChanged : EventHandler<Microsoft.Rtc.Collaboration.RemoteMediaFlowStateChangedEventArgs>
Public Custom Event RemoteMediaFlowStateChanged As EventHandler(Of RemoteMediaFlowStateChangedEventArgs)