hi all,
When we start recording meeting,wo get some error.
If we set strip-from-room-domain=“b.” in jibri conf file. We got the error :
https://test.doamin/111#config.iAmRecorder=true&config.externalConnectUrl=null&config.startWithAudioMuted=true&config.startWithVideoMuted=true
&interfaceConfig.APP_NAME=“Jibri”&config.analytics.disabled=true&config.p2p.enabled=false&config.prejoinPageEnabled=false&config.requireDisplayName=false2021-02-19 10:22:47.212 FINE: [52] org.jitsi.jibri.selenium.pageobjects.CallPage.apply() Not joined yet: Cannot read property ‘isJoined’ of undefined
if we set strip-from-room-domain=“muc.” in jibri conf file. We got the error :
https://test.doamin/b/111#config.iAmRecorder=true&config.externalConnectUrl=null&config.startWithAudioMuted=true&config.startWithVideoMuted=true
&interfaceConfig.APP_NAME=“Jibri”&config.analytics.disabled=true&config.p2p.enabled=false&config.prejoinPageEnabled=false&config.requireDisplayName=false2021-02-19 10:22:47.212 FINE: [52]
org.jitsi.jibri.selenium.pageobjects.CallPage.apply() Not joined yet: APP is not defined
So what’s the meaning of the strip-from-room-domain? How can i configure it?