docker-jitsi-meet
docker-jitsi-meet copied to clipboard
knockingParticipant event not working
Hi, Currently, we are using the stable-7287-2 version and out of nowhere knockingParticipant event stops working.
Can you please provide some input or help me with it?
Thanks in advance
So was it working before? Do you see any errors in the Prosody container?
I see no errors there. Yes It's working in one meeting but not in other.
Hum. Are you able to reproduce this with the latest stable images?
But how is this even possible? Does it have anything to do with maxListeners i.e 10?
I don't know.
Hum. Are you able to reproduce this with the latest stable images?
I was able to reproduce with stable-8044 image.
Does the event appear at all on that version?
yes, it is. I'm even trying to log the registered event names multiple times using participantJoined event i.e:
Registered Event Names: knockingParticipant,participantRoleChanged,videoConferenceJoined,participantJoined,participantLeft,incomingMessage,contentSharingParticipantsChanged,errorOccurred,videoConferenceLeft,screenSharingStatusChanged
but knockingParticipant is not firing at unusual times. Once it stops no matter how many requests come, it is not firing.
hey @saghul, Is there any way to capture meeting request time i.e when the participant clicks on Ask to join button either on moderator or participant's end other than knockingParticipant event?
Would really appreciate your help.
Hey @saghul , We were able to reproduce the same. Whenever the moderator has the participant pane open and a new participant asks to join the meeting, the knockingParticipant event does not get fired.
Hey @saghul , We were able to reproduce the same. Whenever the moderator has the participant pane open and a new participant asks to join the meeting, the knockingParticipant event does not get fired.
@saghul +++
I found where the problem is. We are currently refactoring some code around there, so we'll take this into consideration while making the change.
@Calinteodor let's sync on this.