Skip to main content

ToolsConfig

ToolsConfig allows you to customize the recording/draw controls. Properties like renderPause, renderMicrophone, renderTimer can be set to true/false to show/hide specific controls. Position of the tools can also be customized to center|left|right

const ToolsConfig = {
position: "right",
renderPause: true,
renderMicrophone: true,
renderTimer: true,
}