From 95b8d055eda98355a503e999ba51d8df722e9bd4 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Thu, 22 Aug 2024 11:35:38 +0200 Subject: [PATCH] ov-components: Exported toolbar model --- .../projects/openvidu-components-angular/src/public-api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/openvidu-components-angular/projects/openvidu-components-angular/src/public-api.ts b/openvidu-components-angular/projects/openvidu-components-angular/src/public-api.ts index 6f8bce83..b3733254 100644 --- a/openvidu-components-angular/projects/openvidu-components-angular/src/public-api.ts +++ b/openvidu-components-angular/projects/openvidu-components-angular/src/public-api.ts @@ -35,6 +35,7 @@ export * from './lib/models/participant.model'; export * from './lib/models/recording.model'; export * from './lib/models/data-topic.model'; export * from './lib/models/room.model'; +export * from './lib/models/toolbar.model'; export * from './lib/openvidu-components-angular.module'; // Pipes export * from './lib/pipes/participant.pipe';