Click or drag to resize

CollaborationWhiteboardCapability Property

Returns Capability object indicating whether whiteboard sharing can be started by local participant.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Capability WhiteboardCapability { get; }

Property Value

Type: Capability
Remarks
Note that events on Whiteboard object may still be raised even if this capability is not allowed. E.g. if local user does not have the required permissions to start whiteboard sharing, but it was started by another collaboration participant.
See Also