mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* fix(visitors): Updates docs and instructions. * fix(visitors): Show counter only for main participants. * fix(visitors): Skip showing the label even for 0 visitors. It was showing 0 when visitor count down back to 0. * feat(visitors): Small optimization for jid.split calls. * fix: Fix skipping properties changed received before conference joined. * fix(visitors): Propagates newly joined participants to visitor nodes. * feat(visitors): When iAmVisitor is set, subtract visitor from participants count. * feat(visitors): Visitors request to participate impl. Adds option for auto promotion setting which is the only one available at the moment. * squash: Fix comments. * squash: Fix default case when vnode is missing.