ov-webvomponent: Increased max limit bundle.

pull/820/merge
Carlos Santos 2024-06-25 14:45:11 +02:00
parent 9fcc593fb2
commit db2748367c
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@
{
"type": "initial",
"maximumWarning": "1mb",
"maximumError": "2mb"
"maximumError": "3mb"
},
{
"type": "anyComponentStyle",

View File

@ -1,6 +1,6 @@
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
import { OpenViduService, ParticipantAbstractModel, RecordingInfo, TokenModel, LangOption } from 'openvidu-angular';
import { Session } from 'openvidu-browser';
import { Session } from 'openvidu-browser-v2compatibility';
import { CaptionsLangOption } from '../../../projects/openvidu-angular/src/lib/models/caption.model';
/**