Click or drag to resize

CallSetVideoMode Method

Set the video mode for the call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetVideoMode(
	VideoMode mode,
	CallCallCompletionHandler callCompletionHandler
)

Parameters

mode
Type: Avaya.ClientServicesVideoMode
The video mode to set.
callCompletionHandler
Type: Avaya.ClientServicesCallCallCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be received.
Remarks
Set or update video mode of the call. This method is typically used to
  • Make an outgoing video call by adding video to the call prior to starting it.
  • Answer an incoming video call with video by adding video to the call prior to accepting it.
  • Add video to an existing audio-only call.
  • Remove video from the call (make audio-only).
  • Block/unblock video for the call (block means receive-only video).
  • Pause/unpause video for the call (pause means inactive video).
See Also