iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCAnnotationService.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

protocol  <MobileRTCAnnotationServiceDelegate>
 
class  MobileRTCAnnotationService
 

Enumerations

enum  MobileRTCAnnoTool {
  MobileRTCAnnoTool_Whiteboard = 1 , MobileRTCAnnoTool_Spotlight = 2 , MobileRTCAnnoTool_Pen = 3 , MobileRTCAnnoTool_Highligher = 4 ,
  MobileRTCAnnoTool_Line = 8 , MobileRTCAnnoTool_Arrow = 9 , MobileRTCAnnoTool_Arrow2 = 10 , MobileRTCAnnoTool_Rectangle = 11 ,
  MobileRTCAnnoTool_Ellipse = 12 , MobileRTCAnnoTool_Text = 13 , MobileRTCAnnoTool_Eraser = 15
}
 An enumeration of annotation tool types in meeting. More...
 

Enumeration Type Documentation

◆ MobileRTCAnnoTool

An enumeration of annotation tool types in meeting.

Enumerator
MobileRTCAnnoTool_Whiteboard 

White board.

MobileRTCAnnoTool_Spotlight 

Laser pointer.

MobileRTCAnnoTool_Pen 

Pen.

MobileRTCAnnoTool_Highligher 

Highlighter.

MobileRTCAnnoTool_Line 

A straight line changes automatically in pace with the mouse cursor.

MobileRTCAnnoTool_Arrow 

An arrow.

MobileRTCAnnoTool_Arrow2 

An arrow changes automatically in pace with the mouse cursor.

MobileRTCAnnoTool_Rectangle 

A rectangle.

MobileRTCAnnoTool_Ellipse 

A circle.

MobileRTCAnnoTool_Text 

Input text.

MobileRTCAnnoTool_Eraser 

An eraser to clear annotations.

Definition at line 14 of file MobileRTCAnnotationService.h.

14 {
MobileRTCAnnoTool
An enumeration of annotation tool types in meeting.
@ MobileRTCAnnoTool_Eraser
@ MobileRTCAnnoTool_Highligher
@ MobileRTCAnnoTool_Rectangle
@ MobileRTCAnnoTool_Whiteboard
@ MobileRTCAnnoTool_Line
@ MobileRTCAnnoTool_Pen
@ MobileRTCAnnoTool_Text
@ MobileRTCAnnoTool_Spotlight
@ MobileRTCAnnoTool_Ellipse
@ MobileRTCAnnoTool_Arrow2
@ MobileRTCAnnoTool_Arrow