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.
|
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)
|
|
BeginSetMediaPermissions(IEnumerable<MediaPermission>, AsyncCallback, Object)
|
|
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)
|
|
EndSetMediaPermissions(IAsyncResult)
|
|
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, DataCollaborationMcuParticipantEndpointProperties)
|
|
TryGetParticipantEndpointProperties(ParticipantEndpoint, McuParticipantEndpointProperties)
|
Gets the basic properties for a participant endpoint in the MCU.
(Inherited from McuSession)
|