Share via


RealTimeTextModalProps interface

RealTimeTextModal Component Props.

Properties

onDismissModal

The function to dismiss the modal

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.

showModal

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

Property Value