docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Stop recording api fails to execute
i posted here but have no answers https://github.com/jitsi/jitsi-meet/issues/10439
Thus, i will repost it here, thank you.
Description:
Hello, I am able to use start recording api calls but am having issue on stopping the recording using API calls. On the other hand, I've tested using the manual button start recording and stop recording and it works perfectly fine.
I've seen this log being created upon clicking the stop-recording button in the side bar, thus i expect to see something like this when using the stop recording api call:
Trying to stop: <iq to='[email protected]/jibri-instanse-322794893' id='G9hCM-394631' type='set'><jibri xmlns='http://jitsi.org/protocol/jibri' action='stop'/></iq>
Jicofo 2021-11-24 17:04:24.610 INFO: [2403] org.jitsi.jicofo.recording.jibri.JibriSession.log() Updating status from JIBRI: <iq to='[email protected]/focus263320198980147' from='[email protected]/jibri-instanse-322794893' id='Zm9jdXNAYXV0aC5tZWV0LmppdHNpL2ZvY3VzMjYzMzIwMTk4OTgwMTQ3ADJuc0xHLTQ0MjYxOAAeRygf2J/OuKEXIQuCWMqI' type='set'><jibri xmlns='http://jitsi.org/protocol/jibri' status='off'/></iq> for [email protected]
However, I didn't get such logs and instead getting a timingout single user logs... Here's the full logs from i start and hang up the call.
Jicofo 2021-11-24 18:35:42.910 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.004S. Sticky failure: false
Jicofo 2021-11-24 18:35:52.912 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.005S. Sticky failure: false
Jicofo 2021-11-24 18:36:02.910 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.004S. Sticky failure: false
Jicofo 2021-11-24 18:36:12.916 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.01S. Sticky failure: false
Jicofo 2021-11-24 18:36:22.910 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.004S. Sticky failure: false
Jicofo 2021-11-24 18:36:32.910 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.004S. Sticky failure: false
Jicofo 2021-11-24 18:36:37.226 INFO: [57] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected]
Jicofo 2021-11-24 18:36:37.227 INFO: [57] org.jitsi.jicofo.FocusManager.log() Created new focus for [email protected]@auth.meet.jitsi. Conference count 3,options: channelLastN=-1 enableLipSync=false startAudioMuted=10 stereo=false enableTcc=true startVideoMuted=10 enableRemb=true openSctp=false disableRtx=false
Jicofo 2021-11-24 18:36:37.228 INFO: [57] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Joining the room: [email protected]
Jicofo 2021-11-24 18:36:37.385 INFO: [35] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@505a0fc8 member=ChatMember[[email protected]/46f61c1e, jid: null]@710723373]
Jicofo 2021-11-24 18:36:37.388 INFO: [35] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Granted owner to [email protected]/46f61c1e
Jicofo 2021-11-24 18:36:37.388 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/46f61c1e joined.
Jicofo 2021-11-24 18:36:42.910 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.004S. Sticky failure: false
Jicofo 2021-11-24 18:36:43.636 INFO: [2494] org.jitsi.jicofo.recording.jibri.JibriSession.log() Starting session with Jibri [email protected]/jibri-instanse-322794893
Jicofo 2021-11-24 18:36:43.636 INFO: [2494] org.jitsi.jicofo.recording.jibri.JibriSession.log() Starting Jibri [email protected]/jibri-instanse-322794893 for stream ID: null in room: [email protected]
Jicofo 2021-11-24 18:36:44.308 INFO: [35] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Received Jibri [email protected]/jibri-instanse-322794893 status <jibri-status xmlns='http://jitsi.org/protocol/jibri'><busy-status xmlns='http://jitsi.org/protocol/jibri' status='busy'/><health-status xmlns='http://jitsi.org/protocol/health' status='healthy'/></jibri-status>
Jicofo 2021-11-24 18:36:44.308 INFO: [35] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Jibri: [email protected]/jibri-instanse-322794893 available: false
Jicofo 2021-11-24 18:36:44.349 INFO: [2494] org.jitsi.jicofo.recording.jibri.JibriSession.log() Updating status from JIBRI: <iq to='[email protected]/focus263320198980147' from='[email protected]/jibri-instanse-322794893' id='G9hCM-409164' type='result'><jibri xmlns='http://jitsi.org/protocol/jibri' status='pending'/></iq> for [email protected]
Jicofo 2021-11-24 18:36:44.349 INFO: [2494] org.jitsi.jicofo.recording.jibri.JibriSession.log() Got Jibri status update: Jibri [email protected]/jibri-instanse-322794893 has status pending and failure reason null, current Jibri jid is [email protected]/jibri-instanse-322794893
Jicofo 2021-11-24 18:36:44.349 INFO: [2494] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Started Jibri session
Jicofo 2021-11-24 18:36:46.407 INFO: [61] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected]
Jicofo 2021-11-24 18:36:46.440 INFO: [35] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@505a0fc8 member=ChatMember[[email protected]/2471275d, jid: null]@78155766]
Jicofo 2021-11-24 18:36:46.440 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/2471275d joined.
Jicofo 2021-11-24 18:36:46.442 INFO: [35] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Selected initial bridge Bridge[[email protected]/jvb-ekyc-jitsi-589756d644-slf4v, relayId=null, region=null, stress=0.00] with stress=0.0 for participantRegion=null
Jicofo 2021-11-24 18:36:46.442 INFO: [35] org.jitsi.impl.protocol.xmpp.colibri.OperationSetColibriConferenceImpl.log() Conference created: org.jitsi.impl.protocol.xmpp.colibri.ColibriConferenceImpl@ff569c8
Jicofo 2021-11-24 18:36:46.442 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Added participant jid= [email protected]/46f61c1e, [email protected]/jvb-ekyc-jitsi-589756d644-slf4v
Jicofo 2021-11-24 18:36:46.442 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Region info, conference=30915 octo_enabled= false: [[null, null]]
Jicofo 2021-11-24 18:36:46.443 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Added participant jid= [email protected]/2471275d, [email protected]/jvb-ekyc-jitsi-589756d644-slf4v
Jicofo 2021-11-24 18:36:46.443 INFO: [2496] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Doing feature discovery for [email protected]/46f61c1e
Jicofo 2021-11-24 18:36:46.443 INFO: [2496] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Successfully discovered features for [email protected]/46f61c1e in 0
Jicofo 2021-11-24 18:36:46.443 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Region info, conference=30915 octo_enabled= false: [[null, null, null]]
Jicofo 2021-11-24 18:36:46.444 INFO: [2496] org.jitsi.jicofo.AbstractChannelAllocator.log() Using [email protected]/jvb-ekyc-jitsi-589756d644-slf4v to allocate channels for: Participant[[email protected]/46f61c1e]@1722523869
Jicofo 2021-11-24 18:36:46.444 INFO: [2497] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Doing feature discovery for [email protected]/2471275d
Jicofo 2021-11-24 18:36:46.444 INFO: [2497] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Successfully discovered features for [email protected]/2471275d in 0
Jicofo 2021-11-24 18:36:46.444 INFO: [2497] org.jitsi.jicofo.AbstractChannelAllocator.log() Using [email protected]/jvb-ekyc-jitsi-589756d644-slf4v to allocate channels for: Participant[[email protected]/2471275d]@519052057
Jicofo 2021-11-24 18:36:46.469 INFO: [2496] org.jitsi.jicofo.ParticipantChannelAllocator.log() Sending session-initiate to: [email protected]/46f61c1e
Jicofo 2021-11-24 18:36:46.489 INFO: [2497] org.jitsi.jicofo.ParticipantChannelAllocator.log() Sending session-initiate to: [email protected]/2471275d
Jicofo 2021-11-24 18:36:46.745 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Got session-accept from: [email protected]/46f61c1e
Jicofo 2021-11-24 18:36:46.745 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Received session-accept from [email protected]/46f61c1e with accepted sources:Sources{ video: [ssrc=3672199469 ssrc=799995543 ssrc=106442206 ssrc=3446737386 ssrc=2330048644 ssrc=1254892571 ] audio: [ssrc=3104734080 ] }@66009199
Jicofo 2021-11-24 18:36:46.746 WARNING: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() No jingle session yet for [email protected]/2471275d
Jicofo 2021-11-24 18:36:46.994 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Got session-accept from: [email protected]/2471275d
Jicofo 2021-11-24 18:36:46.995 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Received session-accept from [email protected]/2471275d with accepted sources:Sources{ }@670087923
Jicofo 2021-11-24 18:36:46.995 INFO: [35] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Notify add SSRC [email protected]/46f61c1e SID: qbv2d04p8omr Sources{ }@549189943 source_Groups{ }@629166953
Jicofo 2021-11-24 18:36:46.996 INFO: [35] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Notify add SSRC [email protected]/2471275d SID: nikd5a8e1qcc Sources{ audio: [ssrc=3104734080 ] video: [ssrc=3672199469 ssrc=799995543 ssrc=106442206 ssrc=3446737386 ssrc=2330048644 ssrc=1254892571 ] }@1599482870 source_Groups{ video:[ SourceGroup(FID)[ ssrc=3672199469 ssrc=799995543 ]SourceGroup(FID)[ ssrc=106442206 ssrc=2330048644 ]SourceGroup(FID)[ ssrc=3446737386 ssrc=1254892571 ]SourceGroup(SIM)[ ssrc=3672199469 ssrc=106442206 ssrc=3446737386 ] ] }@2110989773
Jicofo 2021-11-24 18:36:48.484 INFO: [2490] org.jitsi.jicofo.recording.jibri.JibriSession.log() Updating status from JIBRI: <iq to='[email protected]/focus263320198980147' from='[email protected]/jibri-instanse-322794893' id='Zm9jdXNAYXV0aC5tZWV0LmppdHNpL2ZvY3VzMjYzMzIwMTk4OTgwMTQ3ADJuc0xHLTQ0MzA1NQAeRygf2J/OuKEXIQuCWMqI' type='set'><jibri xmlns='http://jitsi.org/protocol/jibri' status='on'/></iq> for [email protected]
Jicofo 2021-11-24 18:36:48.485 INFO: [2490] org.jitsi.jicofo.recording.jibri.JibriSession.log() Got Jibri status update: Jibri [email protected]/jibri-instanse-322794893 has status on and failure reason null, current Jibri jid is [email protected]/jibri-instanse-322794893
Jicofo 2021-11-24 18:36:48.485 INFO: [2490] org.jitsi.jicofo.recording.jibri.JibriSession.log() Jibri is no longer pending, cancelling pending timeout task
Jicofo 2021-11-24 18:36:48.485 INFO: [2490] org.jitsi.jicofo.recording.jibri.JibriSession.log() Jibri session started, notifying owner
Jicofo 2021-11-24 18:36:48.485 INFO: [2490] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Got jibri status on and failure null
Jicofo 2021-11-24 18:36:48.485 INFO: [2490] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Publishing new jibri-recording-status: <jibri-recording-status xmlns='http://jitsi.org/protocol/jibri' status='on' session_id='cgccxxkrfreiqdpx' initiator='[email protected]/46f61c1e' recording_mode='file'/> in: [email protected]
Jicofo 2021-11-24 18:36:52.910 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.004S. Sticky failure: false
Jicofo 2021-11-24 18:36:57.098 INFO: [35] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@505a0fc8 member=ChatMember[[email protected]/46f61c1e, jid: [email protected]/A2iHVc8g]@710723373]
Jicofo 2021-11-24 18:36:57.098 INFO: [35] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Owner has left the room !
Jicofo 2021-11-24 18:36:57.098 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/46f61c1e is leaving
Jicofo 2021-11-24 18:36:57.098 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Terminating Participant[[email protected]/46f61c1e]@1722523869, reason: gone, send st: false
Jicofo 2021-11-24 18:36:57.098 INFO: [35] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Terminate session: [email protected]/46f61c1e, reason: gone, send terminate: false
Jicofo 2021-11-24 18:36:57.099 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removing [email protected]/46f61c1e sources Sources{ video: [ssrc=3672199469 ssrc=799995543 ssrc=106442206 ssrc=3446737386 ssrc=2330048644 ssrc=1254892571 ] audio: [ssrc=3104734080 ] }@48105729
Jicofo 2021-11-24 18:36:57.099 INFO: [35] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Notify remove SSRC [email protected]/2471275d SID: nikd5a8e1qcc Sources{ video: [ssrc=3672199469 ssrc=799995543 ssrc=106442206 ssrc=3446737386 ssrc=2330048644 ssrc=1254892571 ] audio: [ssrc=3104734080 ] }@48105729 source_Groups{ video:[ SourceGroup(FID)[ ssrc=3672199469 ssrc=799995543 ]SourceGroup(FID)[ ssrc=106442206 ssrc=2330048644 ]SourceGroup(FID)[ ssrc=3446737386 ssrc=1254892571 ]SourceGroup(SIM)[ ssrc=3672199469 ssrc=106442206 ssrc=3446737386 ] ] }@627185960
Jicofo 2021-11-24 18:36:57.099 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Region info, conference=30915 octo_enabled= false: [[null, null]]
Jicofo 2021-11-24 18:36:57.100 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Expiring channels for: [email protected]/46f61c1e on: Bridge[[email protected]/jvb-ekyc-jitsi-589756d644-slf4v, relayId=null, region=null, stress=0.01]
Jicofo 2021-11-24 18:36:57.100 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, [email protected]/46f61c1e
Jicofo 2021-11-24 18:37:02.911 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.004S. Sticky failure: false
Jicofo 2021-11-24 18:37:12.913 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.005S. Sticky failure: false
Jicofo 2021-11-24 18:37:17.101 INFO: [144] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Timing out single participant: [email protected]/2471275d
Jicofo 2021-11-24 18:37:17.101 INFO: [144] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Terminating Participant[[email protected]/2471275d]@519052057, reason: expired, send st: true
Jicofo 2021-11-24 18:37:17.101 INFO: [144] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Terminate session: [email protected]/2471275d, reason: expired, send terminate: true
Jicofo 2021-11-24 18:37:17.101 WARNING: [144] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() No sources or groups to be removed from: [email protected]/2471275d
Jicofo 2021-11-24 18:37:17.101 INFO: [144] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Region info, conference=30915 octo_enabled= false: [[null]]
Jicofo 2021-11-24 18:37:17.102 INFO: [144] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Expiring channels for: [email protected]/2471275d on: Bridge[[email protected]/jvb-ekyc-jitsi-589756d644-slf4v, relayId=null, region=null, stress=0.00]
Jicofo 2021-11-24 18:37:17.102 INFO: [144] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, [email protected]/2471275d
Jicofo 2021-11-24 18:37:22.913 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.007S. Sticky failure: false
Jicofo 2021-11-24 18:37:32.911 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.005S. Sticky failure: false
Jicofo 2021-11-24 18:37:42.912 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.006S. Sticky failure: false
Jicofo 2021-11-24 18:37:46.988 INFO: [2491] org.jitsi.jicofo.recording.jibri.JibriSession.log() Updating status from JIBRI: <iq to='[email protected]/focus263320198980147' from='[email protected]/jibri-instanse-322794893' id='Zm9jdXNAYXV0aC5tZWV0LmppdHNpL2ZvY3VzMjYzMzIwMTk4OTgwMTQ3ADJuc0xHLTQ0MzA1OQAeRygf2J/OuKEXIQuCWMqI' type='set'><jibri xmlns='http://jitsi.org/protocol/jibri' status='off'/></iq> for [email protected]
Jicofo 2021-11-24 18:37:46.988 INFO: [2491] org.jitsi.jicofo.recording.jibri.JibriSession.log() Got Jibri status update: Jibri [email protected]/jibri-instanse-322794893 has status off and failure reason null, current Jibri jid is [email protected]/jibri-instanse-322794893
Jicofo 2021-11-24 18:37:46.988 INFO: [2491] org.jitsi.jicofo.recording.jibri.JibriSession.log() Jibri session ended cleanly, notifying owner and cleaning up session
Jicofo 2021-11-24 18:37:46.988 INFO: [2491] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Got jibri status off and failure null
Jicofo 2021-11-24 18:37:46.988 INFO: [2491] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Publishing new jibri-recording-status: <jibri-recording-status xmlns='http://jitsi.org/protocol/jibri' status='off' session_id='cgccxxkrfreiqdpx' recording_mode='file'/> in: [email protected]
Jicofo 2021-11-24 18:37:46.988 INFO: [2491] org.jitsi.jicofo.recording.jibri.JibriSession.log() Cleaning up current JibriSession
Jicofo 2021-11-24 18:37:47.177 INFO: [35] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@505a0fc8 member=ChatMember[[email protected]/2471275d, jid: null]@78155766]
Jicofo 2021-11-24 18:37:47.177 INFO: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/2471275d is leaving
Jicofo 2021-11-24 18:37:47.177 WARNING: [35] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Participant not found for [email protected]/2471275d terminated already or never started ?
Jicofo 2021-11-24 18:37:47.178 INFO: [35] org.jitsi.jicofo.FocusManager.log() Disposed conference for room: [email protected] conference count: 2
Jicofo 2021-11-24 18:37:47.737 INFO: [35] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Received Jibri [email protected]/jibri-instanse-322794893 status <jibri-status xmlns='http://jitsi.org/protocol/jibri'><busy-status xmlns='http://jitsi.org/protocol/jibri' status='idle'/><health-status xmlns='http://jitsi.org/protocol/health' status='healthy'/></jibri-status>
Jicofo 2021-11-24 18:37:47.737 INFO: [35] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Jibri: [email protected]/jibri-instanse-322794893 available: true
Jicofo 2021-11-24 18:37:52.911 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.005S. Sticky failure: false
Jicofo 2021-11-24 18:38:02.911 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.004S. Sticky failure: false
Jicofo 2021-11-24 18:38:12.911 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.004S. Sticky failure: false
Jicofo 2021-11-24 18:38:22.911 INFO: [28] org.jitsi.health.HealthChecker.log() Performed a successful health check in PT0.005S. Sticky failure: false
Steps to reproduce:
newJitsiSession.addEventListener('participantLeft', () => {
newJitsiSession.executeCommand('stopRecording', 'file')
newJitsiSession.dispose()
HangsUpCall(newJitsiSession, 'This user just hung up the video call')
})
newJitsiSession.addEventListener('videoConferenceLeft', () => {
newJitsiSession.executeCommand('stopRecording', 'file')
newJitsiSession.dispose()
HangsUpCall(newJitsiSession, 'You hang up the video call')
})
Expected behavior:
Be able to stop the recording once we hang up the call or one of the participants left.
Actual behavior:
It doesn't stop recording such that it extends the recording automatically for at least an additional 50seconds from the time we pressed the hang up button.
Server information:
- Jitsi Meet version: i use docker:
web: image: jitsi/web:stable-5142
- server version:
linux
Client information:
-
Browser / app version: chrome, ver: 95.0.4638.69
-
Operating System:
MacOS
Additional information:
I tried to make sure that the stop-recording calls are being called by removing this line
newJitsiSession.dispose()
however, in my browser console, i get this error from the stop-recording API
2021-11-24T18:32:00.595Z [modules/xmpp/xmpp.js] <A.connectionHandler>: (TIME) Strophe disconnecting: 16877.10000014305
Logger.js:154 2021-11-24T18:32:00.596Z [modules/xmpp/strophe.util.js] <Object.r.Strophe.log>: Strophe: Disconnect was called because: undefined
Logger.js:154 2021-11-24T18:32:00.597Z [modules/xmpp/strophe.ping.js] <d.stopInterval>: Ping interval cleared
Logger.js:154 2021-11-24T18:32:00.597Z [modules/xmpp/xmpp.js] <A.connectionHandler>: (TIME) Strophe disconnected: 16878.799999952316
2021-11-24T18:32:00.768Z [features/base/redux] <Object.persistState>: redux state persisted. a0d04a8a7eec1053aef45ce2f31915f9 -> d0e6f4816c5fabb985ea15d82e6fd9f8
Logger.js:154 2021-11-24T18:32:00.784Z [modules/API/API.js] <Object.stop-recording>: Conference is not defined
o @ Logger.js:154
stop-recording @ API.js:313
(anonymous) @ API.js:335
(anonymous) @ Transport.js:128
emit @ Transport.js:127
_onMessageReceived @ Transport.js:98
(anonymous) @ PostMessageTransportBackend.js:43
u @ postis.js:55
Logger.js:154 2021-11-24T18:32:00.806Z [modules/UI/videolayout/LargeVideoManager.js] hover in local
If I include that line, i didn't get such error <Object.stop-recording>: Conference is not defined
Can you test with the latest stable release? You are a few releases behind.
how do i test with the latest stable release? should i just increase the image?
From:
services:
# Frontend
web:
container_name: jitsi-web
image: jitsi/web:stable-5142
to:
services:
# Frontend
web:
container_name: jitsi-web
image: jitsi/web:stable-6726-1
Yep. Make sure all the Jitsi containers' versions match.