Edit

Share via


ApplicationSharingMcuSession Class

Definition

public ref class ApplicationSharingMcuSession : Microsoft::Rtc::Collaboration::McuSession
public class ApplicationSharingMcuSession : Microsoft.Rtc.Collaboration.McuSession
type ApplicationSharingMcuSession = class
    inherit McuSession
Public Class ApplicationSharingMcuSession
Inherits McuSession
Inheritance
ApplicationSharingMcuSession

Properties

ApplicationSharingLevel
ConferenceSession

Gets the parent ConferenceSession object.

(Inherited from McuSession)
McuInformation

Gets information about the MCU including the MCU address or null if the MCU session is not bound to a conference (The parent ConferenceSession has not joined a conference yet, or the joined conference does not support the corresponding MCU type).

(Inherited from McuSession)
MediaPermissions
State

Gets the state of the MCU as communicated by the focus.

(Inherited from McuSession)
SupportedMediaTypes

Methods

BeginDialOut(String, McuDialOutOptions, AsyncCallback, Object)

Sends a request to MCU to initiate a call to the supplied destination URI.

(Inherited from McuSession)
BeginEject(ConversationParticipant, AsyncCallback, Object)

Ejects a participant from the MCU.

(Inherited from McuSession)
BeginEject(ConversationParticipant, EjectOptions, AsyncCallback, Object)

Ejects a participant from the MCU.

(Inherited from McuSession)
BeginEject(String, AsyncCallback, Object)

Ejects a participant or an endpoint from the MCU based on the supplied URI.

(Inherited from McuSession)
BeginEject(String, EjectOptions, AsyncCallback, Object)

Ejects a participant or an endpoint from the MCU based on the supplied URI.

(Inherited from McuSession)
BeginSendCommand(ConferenceCommand, AsyncCallback, Object)

Send a request to the MCU via the focus.

(Inherited from McuSession)
BeginSendCommand(ConferenceCommand, ConferenceCommandOptions, AsyncCallback, Object)

Send a request to the MCU via the focus.

(Inherited from McuSession)
BeginTransfer(Call, McuTransferOptions, AsyncCallback, Object)

Transfers an established two party call to the MCU.

(Inherited from McuSession)
EndDialOut(IAsyncResult)

Waits for the pending operation to complete.

(Inherited from McuSession)
EndEject(IAsyncResult)

Waits for the pending eject operation to complete.

(Inherited from McuSession)
EndSendCommand(IAsyncResult)

Waits for the pending send command to complete.

(Inherited from McuSession)
EndTransfer(IAsyncResult)

Waits for the pending operation to complete.

(Inherited from McuSession)
GetLocalParticipantEndpoints()

Gets a snapshot collection of the endpoints used by the local participant to communicate with the MCU.

(Inherited from McuSession)
GetRemoteParticipantEndpoints()

Gets a snapshot collection of the endpoints used by remote participants to communicate with the MCU.

(Inherited from McuSession)
HandleParticipantEndpointAttendanceChanged(Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>>, Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>>)
HandleParticipantEndpointPropertiesChanged(ParticipantEndpoint, PropertyMergeInformation<McuParticipantEndpointProperties>)
HandlePropertiesChanged(PropertyMergeInformation<McuSessionProperties>)
RaiseAttendanceChanged<TProperties>(Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>>, Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>>, EventHandler<ParticipantEndpointAttendanceChangedEventArgs<TProperties>>)

Raises a attendance changed event on behalf of the derived class.

(Inherited from McuSession)
RaiseSessionParticipantPropertyChanged<TProperties>(ParticipantEndpoint, PropertyMergeInformation<McuParticipantEndpointProperties>, EventHandler<ParticipantEndpointPropertiesChangedEventArgs<TProperties>>)

Raises a property changed event for the McuSessionParticipant.

(Inherited from McuSession)
RaiseSessionPropertyChanged<TProperties>(PropertyMergeInformation<McuSessionProperties>, EventHandler<PropertiesChangedEventArgs<TProperties>>)

Raises a property changed event on behalf of the derived class.

(Inherited from McuSession)
ResetCore()
ToString()

Returns a String that represents the current McuSession.

(Inherited from McuSession)
TryGetParticipantEndpointProperties(ParticipantEndpoint, ApplicationSharingMcuParticipantEndpointProperties)
TryGetParticipantEndpointProperties(ParticipantEndpoint, McuParticipantEndpointProperties)

Gets the basic properties for a participant endpoint in the MCU.

(Inherited from McuSession)

Events

ParticipantEndpointAttendanceChanged
ParticipantEndpointPropertiesChanged
PropertiesChanged
StateChanged

Raised when the MCU state changes are reported back to the application.

(Inherited from McuSession)

Extension Methods

BeginSendCommand(McuSession, ConferenceCommand, ConferenceCommandOptions, AsyncCallback, Object)
EndSendCommand(McuSession, IAsyncResult)

Applies to