Click or drag to resize

CallSetReceiveVideoResolutionPreferences Method

Used in conjunction with SetVideoMode(VideoMode, CallCallCompletionHandler) to set receive video resolutions the client application wants to have for multi video stream calls. Calling this method is optional.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetReceiveVideoResolutionPreferences(
	List<VideoResolutionPreferenceForMultiVideoStreaming> videoResolutionPreferences,
	CallCallCompletionHandler callCompletionHandler
)

Parameters

videoResolutionPreferences
Type: System.Collections.GenericListVideoResolutionPreferenceForMultiVideoStreaming
The video resolution preferences requested by the application.
callCompletionHandler
Type: Avaya.ClientServicesCallCallCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
See Also