WhiteboardSurface Class |
Namespace: Avaya.ClientServices
public class WhiteboardSurface
The WhiteboardSurface type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddedBy |
Participant that added this surface.
|
![]() | RemovedBy |
Participant that removed this surface.
|
![]() | SetAsActiveCapability |
Capability object indicating whether the local user is allowed to set given
whiteboard surface active. To do so, the local user needs to be moderator, presenter
or panel model mode has to be enabled.
|
Name | Description | |
---|---|---|
![]() | AddCircle |
Add circle to whiteboard.
|
![]() | AddShape |
Add shape (polygon) to whiteboard.
|
![]() | AddText |
Adds text field to whiteboard.
|
![]() | ClearContent |
Removes all shapes from whiteboard.
|
![]() | DeleteShape |
Remove shape from whiteboard.
|
![]() | FinishShape |
Finishes drawing AbstractShape object, ex. line can be continuously drawn and this indicates
that this object is fully drawn.
|
![]() | GetShapes |
Returns list of shapes on whiteboard surface.
|
![]() | GetSurfaceId |
Returns whiteboard surface Id.
|
![]() | SetAsActive |
Sets whiteboard surface as currently used.
|
![]() | UpdateShape |
Update (move) shape.
|
Name | Description | |
---|---|---|
![]() | ShapeAdded |
Called when shape has been added.
|
![]() | ShapeDeleted |
Called when shape has been deleted.
|
![]() | ShapeEnded |
Reports that on whiteboard page user has finished drawing shape.
|
![]() | ShapeUpdated |
Called when shape has been updated.
|
![]() | WhiteboardCleared |