Skip to content

非公式本サイトは非公式の日本語ドキュメントであり、Cloudflare 公式サイトではありません。最新情報はdevelopers.cloudflare.comをご確認ください。

RtkSwitchCameraButtonControlBar

最終更新 Markdown で表示Agent セットアップ

前面カメラと背面カメラを切り替えるコントロールバーボタンです。

イニシャライザーのパラメーター

パラメーター 必須 デフォルト 説明
meeting RealtimeKitClient - RealtimeKit クライアントのインスタンス

使用例

基本的な使い方

import RealtimeKitUI

let switchCameraButton = RtkSwitchCameraButtonControlBar(meeting: rtkClient)
view.addSubview(switchCameraButton)

役に立ちましたか?