| CallSetReceiveVideoResolutionPreferences Method |
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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