projects/openvidu-angular/src/lib/directives/api/videoconference.directive.ts
The captionsLang directive allows specify the deafult language that OpenVidu will try to recognise.
It is only available for VideoconferenceComponent.
It must be a valid BCP-47 language tag like "en-US" or "es-ES".
Default: English en-US
Available:
en-USes-ESde-DEfr-FRzh-CNhi-INit-ITjp-JPpt-PT<ov-videoconference [captionsLang]="'es-ES'"></ov-videoconference>
OnDestroy
| Selector | ov-videoconference[captionsLang] |