RealTimeTextModalProps interface
RealTimeTextModal Component Props.
Properties
| on |
The function to dismiss the modal |
| on |
Use this function to show RealTimeText UI in the calling experience. Note that real time text should not be started for everyone in the call until the first real time text is received. |
| show |
The flag to show the modal |
| strings | The strings for the RealTimeText modal |
Property Details
onDismissModal
The function to dismiss the modal
onDismissModal?: () => void
Property Value
() => void
onStartRealTimeText
Use this function to show RealTimeText UI in the calling experience. Note that real time text should not be started for everyone in the call until the first real time text is received.
onStartRealTimeText?: () => void
Property Value
() => void
showModal
The flag to show the modal
showModal?: boolean
Property Value
boolean
strings
The strings for the RealTimeText modal
strings?: RealTimeTextModalStrings