ApplicationSharingFlow Class
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.
public ref class ApplicationSharingFlow : Microsoft::Rtc::Collaboration::ComponentModel::MediaFlow
public class ApplicationSharingFlow : Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow
type ApplicationSharingFlow = class
inherit MediaFlow
Public Class ApplicationSharingFlow
Inherits MediaFlow
- Inheritance
Properties
Call | |
SignalingContext |
Gets the value of associated SignalingContext for the flow. (Inherited from MediaFlow) |
State |
Gets the MediaFlowState for the flow. (Inherited from MediaFlow) |
Methods
GetRemoteCapabilities() | |
MakeCallback(AsyncCallback, IAsyncResult) |
Invokes a specified call using the application's queue for the events. (Inherited from MediaFlow) |
RaiseEvent<TEventArg>(EventHandler<TEventArg>, Object, TEventArg) |
Raises a generic event with a specific event argument type. (Inherited from MediaFlow) |
TryUpdateFlowState(MediaFlowState, MediaFlowState) |
Updates the MediaFlow's state. (Inherited from MediaFlow) |
Events
FlowConfigured | |
StateChanged |
Raised when the state of MediaFlow has changed. (Inherited from MediaFlow) |