参加待ちのあいだに表示する画面です(待機リスト、キック、切断の各状態)。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
config |
UIConfig |
❌ | - | UI 設定オブジェクト |
t |
RtkI18n |
❌ | - | i18n 翻訳関数 |
import { RtkWaitingScreen } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkWaitingScreen />;
}import { RtkWaitingScreen } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkWaitingScreen config={customConfig} />;
}