Customizable text labels for the DevicePreview component.
Remarks
All text displayed in the DevicePreview can be customized through this interface.
This enables full internationalization (i18n) support.
Example
constspanishLabels: Partial<DevicePreviewLabels> = { microphoneLevelLabel:'Nivel del micrófono', readyButton:'Unirse', errorMessage:'No se puede acceder a la cámara/micrófono', };
Customizable text labels for the DevicePreview component.
Remarks
All text displayed in the DevicePreview can be customized through this interface. This enables full internationalization (i18n) support.
Example