BeginAddToDefaultRouting(ParticipantEndpoint, AddToDefaultRoutingOptions, AsyncCallback, Object)
|
Adds an endpoint to the default MCU routing.
|
BeginAddToDefaultRouting(ParticipantEndpoint, AsyncCallback, Object)
|
Adds an endpoint to the default MCU routing.
|
BeginDialOut(String, AsyncCallback, Object)
|
Requests the Audio-Video MCU to initiate an Audio-Video call to the supplied destination URI.
|
BeginDialOut(String, AudioVideoMcuDialOutOptions, AsyncCallback, Object)
|
Requests the Audio-Video MCU to initiate an Audio-Video call to the supplied destination URI.
|
BeginDialOut(String, McuDialOutOptions, AsyncCallback, Object)
|
Requests the Audio-Video MCU to initiate an Audio-Video call to the supplied destination URI.
|
BeginDisableMuteAllMode(AsyncCallback, Object)
|
Disables mute all mode on AudioVideoMcuSession if it was already enabled.
|
BeginDisableMuteAllMode(DisableMuteAllModeOptions, AsyncCallback, Object)
|
Disables mute all on AudioVideoMcuSession if it was already enabled based on given options.
|
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)
|
BeginEnableMuteAllMode(AsyncCallback, Object)
|
Enables mute all mode on AudioVideoMcuSession.
|
BeginEnableMuteAllMode(EnableMuteAllModeOptions, AsyncCallback, Object)
|
Enables mute all mode on AudioVideoMcuSession based on given options.
|
BeginModifyAttendanceAnnouncements(AttendanceAnnouncementsStatus, AsyncCallback, Object)
|
Enables or disables attendance announcements.
|
BeginModifyAttendanceAnnouncements(AttendanceAnnouncementsStatus, ModifyAttendanceAnnouncementOptions, AsyncCallback, Object)
|
Enables or disables attendance announcements.
|
BeginMute(ParticipantEndpoint, AsyncCallback, Object)
|
Stops audio coming from the supplied participant endpoint from being sent to the conference.
|
BeginMute(ParticipantEndpoint, MuteOptions, AsyncCallback, Object)
|
Stops audio coming from the supplied participant endpoint from being sent to the conference.
|
BeginRemoveFromDefaultRouting(ParticipantEndpoint, AsyncCallback, Object)
|
Removes an endpoint from the default MCU routing.
|
BeginRemoveFromDefaultRouting(ParticipantEndpoint, RemoveFromDefaultRoutingOptions, AsyncCallback, Object)
|
Removes an endpoint from the default MCU routing.
|
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(AudioVideoCall, McuTransferOptions, AsyncCallback, Object)
|
Transfers an established two party Audio-Video call to the MCU.
|
BeginTransfer(Call, McuTransferOptions, AsyncCallback, Object)
|
Transfers an established two party call to the MCU.
(Inherited from McuSession)
|
BeginUnmute(ParticipantEndpoint, AsyncCallback, Object)
|
Enables the audio coming from the supplied participant endpoint to be sent to the conference.
|
BeginUnmute(ParticipantEndpoint, UnmuteOptions, AsyncCallback, Object)
|
Enables the audio coming from the supplied participant endpoint to be sent to the conference.
|
EndAddToDefaultRouting(IAsyncResult)
|
Waits for the pending operation to complete.
|
EndDialOut(IAsyncResult)
|
Waits for the pending operation to complete.
|
EndDisableMuteAllMode(IAsyncResult)
|
Waits for the pending operation to complete.
|
EndEject(IAsyncResult)
|
Waits for the pending eject operation to complete.
(Inherited from McuSession)
|
EndEnableMuteAllMode(IAsyncResult)
|
Waits for the pending operation to complete.
|
EndModifyAttendanceAnnouncements(IAsyncResult)
|
Waits for the pending operation to complete.
|
EndMute(IAsyncResult)
|
Waits for the pending operation to complete.
|
EndRemoveFromDefaultRouting(IAsyncResult)
|
Waits for the pending operation to complete.
|
EndSendCommand(IAsyncResult)
|
Waits for the pending send command to complete.
(Inherited from McuSession)
|
EndTransfer(IAsyncResult)
|
Waits for the pending operation to complete.
|
EndUnmute(IAsyncResult)
|
Waits for the pending operation to complete.
|
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>>)
|
Processes added or removed participant endpoints to the MCU.
|
HandleParticipantEndpointPropertiesChanged(ParticipantEndpoint, PropertyMergeInformation<McuParticipantEndpointProperties>)
|
Process updated MCU participant endpoint properties.
|
HandlePropertiesChanged(PropertyMergeInformation<McuSessionProperties>)
|
Process updated session properties.
|
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()
|
Recycles the AudioVideoMcuSession for reuse.
|
ToString()
|
Returns a String that represents the current McuSession.
(Inherited from McuSession)
|
TryGetParticipantEndpointProperties(ParticipantEndpoint, AudioVideoMcuParticipantEndpointProperties)
|
Gets the properties of the supplied participant endpoint in this MCU.
|
TryGetParticipantEndpointProperties(ParticipantEndpoint, McuParticipantEndpointProperties)
|
Gets the basic properties for a participant endpoint in the MCU.
(Inherited from McuSession)
|