From 7c6ba2b584d6184a5ddb18177df9885930358074 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 21 Jun 2023 11:31:59 +0200 Subject: [PATCH] openvidu-components: Fixed typo --- .../lib/components/videoconference/videoconference.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.ts b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.ts index 93ae49ea..133d2ad4 100644 --- a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.ts +++ b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/videoconference/videoconference.component.ts @@ -57,7 +57,7 @@ import { LangOption } from '../../models/lang.model'; * | **minimal** | `boolean` | {@link MinimalDirective} | * | **lang** | `string` | {@link LangDirective} | * | **captionsLang** | `string` | {@link CaptionsLangDirective} | - * | **captionsLangOprions** | `CaptionsLangOption []` | {@link CaptionsLangOptionsDirective} | + * | **captionsLangOptions** | `CaptionsLangOption []` | {@link CaptionsLangOptionsDirective} | * | **prejoin** | `boolean` | {@link PrejoinDirective} | * | **participantName** | `string` | {@link ParticipantNameDirective} | * | **videoMuted** | `boolean` | {@link VideoMutedDirective} |