Thank you for your work. I hope for your help. I ran into a problem that is described below in the script. It is important that in my case the parameter connection.autoCloseEntireSession = true
Scenario:
The Initiator opens the room.
Two Broadcaster join the room.
The Initiator breaks the Internet connection.
For Broadcasters, the connection.onleave event is instantly triggered.
Check on the side of the Broadcaster connection.checkPresence event indicates that the status of the room is open. Although there is no Initiator in it.
Signaling Server does not understand that the initiator has disconnected from the network. We must wait a very long time (half a minute) until the signal server turns off the Initiator and then closes the room.
What should be done so that the signal server quickly learns that the initiator went offline and then signal server closed the room?
Hi, Muaz Khan
Thank you for your work. I hope for your help. I ran into a problem that is described below in the script. It is important that in my case the parameter
connection.autoCloseEntireSession = true
Scenario:
connection.onleave
event is instantly triggered.connection.checkPresence
event indicates that the status of the room is open. Although there is no Initiator in it.What should be done so that the signal server quickly learns that the initiator went offline and then signal server closed the room?