Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更改 jitsi 在一个房间内的最大用户限制的设置,因为我看到有,那么我应该notifyMaxUsersLimitReached在UI.js哪里设置这个值?在 jicofo 或 videobridge 中?它在那里: https ://github.com/jitsi/jicofo/blob/master/src/main/java/org/jitsi/jicofo/JitsiMeetGlobalConfig.java#L60 或其他地方?
notifyMaxUsersLimitReached
UI.js
该值可以在选项中指定org.jitsi.jicofo.MAX_SSRC_PER_USER
org.jitsi.jicofo.MAX_SSRC_PER_USER
它可以在 /etc/jitsi/jicofo/config 中的变量中设置JAVA_SYS_PROPS,例如:
JAVA_SYS_PROPS
JAVA_SYS_PROPS="-Dorg.jitsi.jicofo.MAX_SSRC_PER_USER=100 ...."