RealTimeTextModalProps interface
RealTimeTextModal コンポーネントの小道具。
プロパティ
| on |
モーダルを却下する関数 |
| on |
この関数を使用して、通話エクスペリエンスで RealTimeText UI を表示します。 最初のリアルタイム テキストを受信するまで、通話の全員に対してリアルタイム テキストを開始しないでください。 |
| show |
モーダルを表示するフラグ |
| strings | RealTimeText モーダルの文字列 |
プロパティの詳細
onDismissModal
モーダルを却下する関数
onDismissModal?: () => void
プロパティ値
() => void
onStartRealTimeText
この関数を使用して、通話エクスペリエンスで RealTimeText UI を表示します。 最初のリアルタイム テキストを受信するまで、通話の全員に対してリアルタイム テキストを開始しないでください。
onStartRealTimeText?: () => void
プロパティ値
() => void
showModal
モーダルを表示するフラグ
showModal?: boolean
プロパティ値
boolean