REST APIs
- Organizations
- Documents
- Locations
- Users
- Organization User Groups
- Comments Feature
- Notifications
Reference
- Frontend APIs
- React Hooks
- Data Models
- AutocompleteItem
- Comment
- CommentAnnotation
- CommentSelectionChangeData
- CommentSidebarConfig
- CommentSidebarCustomActionEventData
- CommentSidebarData
- Velt Client Config
- ContactListScopeForOrganizationUsers
- CursorUser
- CustomCss
- CustomFilter
- DocumentMetadata
- EditorAccessTimer
- FeatureTypes
- FlockOptions
- LiveStateData
- LiveStateDataMap
- Location
- LocationMetadata
- MediaPreviewConfig
- Notification
- PageInfo
- PresenceUser
- Recorder
- RecorderAnnotation
- RecorderData
- RewriterAnnotation
- SyncVideoPlayer
- Toast
- Transcription
- User
- UserContactSelectedPayload
- UserContactUs
- UserFeedback
Data Models
FeatureTypes
Feature Types Enum:
export enum Features {
AREA = 'area',
ARROW = 'arrow',
AUDIO_HUDDLE = 'audioHuddle',
COMMENT = 'comment',
CURSOR = 'cursor',
HUDDLE = 'huddle',
LIVE_STATE_SYNC = 'liveStateSync',
PRESENCE = 'presence',
TAG = 'tag',
RECORDER = 'recorder',
REWRITER = 'rewriter',
LIVE_SELECTION = 'liveSelection',
}
Was this page helpful?