Click or drag to resize

CollaborationRenderType Enumeration

Defines the different types of collaboration renderer that the client application needs to create to display collaboration content.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum CollaborationRenderType
Members
  Member nameValueDescription
WebBasedCollaboration0 The presented content is provided via Avaya web conferencing protocol.
VideoStreamBasedCollaboration1 The presented content is provided through a real-time video stream, controlled by binary floor control protocol (BFCP).
RendererNotAllowed2 The collaboration is not available at this moment, hence no renderer shall be drawn
See Also