Const
<ControlButtonsComponentTouch
buttons={[
{ icon: 'microphone', alternateIcon: 'microphone-slash', active: isMuted, onPress: toggleMute, show: true },
{ icon: 'video', alternateIcon: 'video-slash', active: isVideoOff, onPress: toggleVideo }
]}
position="right"
location="bottom"
direction="horizontal"
showAspect
/>
ControlButtonsComponentTouch renders an absolute-positioned toolbar designed for touch-first interfaces.
Key Features
position
andlocation
anchors.Accessibility
Pressable
, enabling default accessibility roles and pressed feedback.customComponent
when more context is required.