I am dynamically creating a chat module where user can send auido/video. At the time of loading chat, I have more than 50 messages, when I load all 100 video tags the console says this error:
Blocked attempt to create a WebMediaPlayer as there are too many WebMediaPlayers already in existence.
I read further about this issue and found out we have only limit of upto 70 media player I guess, so is there any other way where we can trick browser and can run all at once?
I have tried fetching data through pagination as well but same thing happenned.
Thanks