Hi!
I’m using vue.js (vue/cli 4.4.4)
openVidu version (2.14.0)
sometimes this part of code never run:
publisher.on(‘videoElementCreated’, (event) => { …}
so video doesn’t publish and participant only subscribe.for example when A and B are in conference,A doesn’t publish video but B does.so A and B have only B in conference.
but most of the times it works properly and A and B both are in conference.
when i inspect in chrome,<div id=“video-container” has style when everything works fine but when publisher.on(‘videoElementCreated’, (event) => { …} doesn’t fire,<div id=“video-container” has no style.