For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Platform docsVideosCommunitySign up
CapabilitiesGetting startedVoice AI OrchestrationVoxEngine PlatformAPI ReferenceFAQ
CapabilitiesGetting startedVoice AI OrchestrationVoxEngine PlatformAPI ReferenceFAQ
      • Overview
        • Player
        • PlayerEvents
        • StreamingAgent
        • StreamingAgentEvents
        • SequencePlayer
        • SequencePlayerEvents
        • Recorder
        • RecorderDirection
        • RecorderEvents
        • RecorderLabelFont
        • RecorderLabelPosition
        • RecorderLabelTextAlign
        • RecorderLayout
        • RecorderObjectFit
        • RecorderProfile
        • RecordExpireTime
        • URLPlayerRequestMethod
  • Management API
    • Reference
    • Authorization
    • Errors
  • Web SDK
    • Overview
  • Android SDK
    • Overview
  • Android SDK v3
    • Overview
  • iOS SDK
    • Overview
  • React Native SDK
    • Overview
  • Flutter SDK
    • Overview
LogoLogo
Platform docsVideosCommunitySign up
On this page
  • Values
VoxEngineMedia playback and recording

RecorderLayout

An object that specifies video layout settings.
||View as Markdown|
Was this page helpful?
Edit this page
Previous

RecorderLabelTextAlign

Next

RecorderObjectFit

Built with

An object that specifies video layout settings. Can be passed via the RecorderVideoParameters.layoutSettings and UpdateRecorderVideoParameters.layoutSettings parameter. Add the following line to your scenario code to use the type:

require(Modules.Recorder);

Values

grid
'grid'
tribune
'tribune'
custom
'custom'