using the videosdk-ui-toolkit-web unaltered, after the video preview i join, all console logs tell me i am joining once… but the page renders with two sets of the thumbnail video and the main stage… one set is underneath:
<uitoolkit-provider … (seems complete and fine) … </uitoolkit-provider
and then after that tag i am also getting redundantly:
<video-component _nghost-ng-c3390392640=“” ng-version=“18.1.4” … (seems like flaw to render this) it has your video “self-view” and main stage “user-view” repeated
In the index.js if i comment out showVideoComponent if statement
//videoLayoutComponent = document.createElement('video-component')
// container.append(videoLayoutComponent);
it works???