ConferenceSetVideoSelfSee Method |
Controls the display of the local user's video in
the personal video layout received from the conference server.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void SetVideoSelfSee(
bool selfSee,
ConferenceConferenceActionCompletionHandler completionHandler
)
Parameters
- selfSee
- Type: SystemBoolean
true if local video is to be shown; false if local video is to be hidden. - completionHandler
- Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation
success or failure is reported through this handler.
Remarks
When the operation is successful, a status update is reported through any event handler(s)
registered against the
VideoSelfSeeChanged event on this Conference object.
See Also