Click or drag to resize

ActiveParticipant Methods

The ActiveParticipant type exposes the following members.

Methods
  NameDescription
Public methodAssignAsLecturer
Used by a conference moderator to select a participant to be a lecturer during the conference call.
Public methodAssignAsModerator
Used by a conference moderator to select a participant to be a moderator during the conference call.
Public methodAssignAsPresenter
Used by a conference moderator to select a participant to be a presenter during the conference call.
Public methodBlockVideo
Used by a conference moderator to block a selected participant's video during the conference call.
Public methodControlRemoteCamera
Initiate remote camera control command. If the far-end camera does not support remote camera commands, the command fails.
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetBestContactMatch Obsolete.
Return the best contact match, null if there is no match.
(Inherited from Participant.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodLowerHand
Used by a conference moderator to lower another participant's hand on the conference call.
Public methodMute
Used by a conference moderator to mute a selected participant's audio during the conference call.
Public methodPinVideo
Requests for a current participant's video to be pinned in a certain area of the video image. The destination coordinates can be any point within a video region inside the video image. They do not have to be a point at the boundary of the video region.
Public methodSendPrivateChatMessage
Sends private message to this participant.
(Inherited from Participant.)
Public methodUnassignAsLecturer
Used by a conference moderator to select a participant to no longer be a lecturer during the conference call.
Public methodUnassignAsModerator
Used by a conference moderator to select a participant to no longer be a moderator during the conference call.
Public methodUnassignAsPresenter
Used by a conference moderator to select a participant to no longer be a presenter during the conference call.
Public methodUnblockVideo
Used by a conference moderator to unblock a selected participant's video during the conference call.
Public methodUnmute
Used by a conference moderator to unmute a selected participant's audio during the conference call.
Top
See Also