Recorder Tool
Overview
Concepts
Async Collaboration
Realtime Collaboration
- Presence
- Cursors
- Live Selection
- Huddle
- Single Editor Mode
Recorder Tool
Overview
The button to add new recordings.
<VeltWireframe>
{/* For the 'all' button */}
<VeltRecorderAllToolWireframe>
... Add your content here
</VeltRecorderAllToolWireframe>
{/* For the audio only button */}
<VeltRecorderAudioToolWireframe>
... Add your content here
</VeltRecorderAudioToolWireframe>
{/* For the video only button */}
<VeltRecorderVideoToolWireframe>
... Add your content here
</VeltRecorderVideoToolWireframe>
{/* For the screen only button */}
<VeltRecorderScreenToolWireframe>
... Add your content here
</VeltRecorderScreenToolWireframe>
</VeltWireframe>
We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.
<VeltWireframe>
{/* For the 'all' button */}
<VeltRecorderAllToolWireframe>
... Add your content here
</VeltRecorderAllToolWireframe>
{/* For the audio only button */}
<VeltRecorderAudioToolWireframe>
... Add your content here
</VeltRecorderAudioToolWireframe>
{/* For the video only button */}
<VeltRecorderVideoToolWireframe>
... Add your content here
</VeltRecorderVideoToolWireframe>
{/* For the screen only button */}
<VeltRecorderScreenToolWireframe>
... Add your content here
</VeltRecorderScreenToolWireframe>
</VeltWireframe>
Was this page helpful?
<VeltWireframe>
{/* For the 'all' button */}
<VeltRecorderAllToolWireframe>
... Add your content here
</VeltRecorderAllToolWireframe>
{/* For the audio only button */}
<VeltRecorderAudioToolWireframe>
... Add your content here
</VeltRecorderAudioToolWireframe>
{/* For the video only button */}
<VeltRecorderVideoToolWireframe>
... Add your content here
</VeltRecorderVideoToolWireframe>
{/* For the screen only button */}
<VeltRecorderScreenToolWireframe>
... Add your content here
</VeltRecorderScreenToolWireframe>
</VeltWireframe>