Click or drag to resize

CallSetVideoResolutionPreference Method

Used in conjunction with SetVideoMode(VideoMode, CallCallCompletionHandler) to set video resolution. The actual resolution can be lower than the specified preference. It is subjected to negotiation result, configuration limits, and/or hardware capability. Calling this method is optional. This method may be called mid-call. Note: This API adjusts the encoder and decoder resolution. It does not affect the video capture resolution. Refer to the media engine documentation to adjust the video capture resolution.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetVideoResolutionPreference(
	VideoResolutionPreferenceForMainVideoStreaming videoResolutionPreference,
	CallCallCompletionHandler callCompletionHandler
)

Parameters

videoResolutionPreference
Type: Avaya.ClientServicesVideoResolutionPreferenceForMainVideoStreaming
The video resolution preference 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