Edit

Share via


ApplicationSharingFlow Class

Definition

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
ApplicationSharingFlow

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)

Applies to