diff --git a/frontend/webcomponent/src/components/OpenViduMeet.ts b/frontend/webcomponent/src/components/OpenViduMeet.ts index c62298f..847223d 100644 --- a/frontend/webcomponent/src/components/OpenViduMeet.ts +++ b/frontend/webcomponent/src/components/OpenViduMeet.ts @@ -131,7 +131,7 @@ export class OpenViduMeet extends HTMLElement { } private updateIframeSrc() { - const baseUrl = this.getAttribute('room-url') || ''; + const baseUrl = this.getAttribute('room-url') || this.getAttribute('recording-url'); if (!baseUrl) { console.error('The "room-url" attribute is required.'); return;