RtkSwitchCameraButtonControlBar
A control bar button that switches between the front and rear cameras.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
meeting | RealtimeKitClient | ✅ | - | The RealtimeKit client instance |
import RealtimeKitUI
let switchCameraButton = RtkSwitchCameraButtonControlBar(meeting: rtkClient)view.addSubview(switchCameraButton)