Hi all, I wonder how to do some logic when there is no clients in room. I trying to set the autoDispose
of the room to false
but how do I dispose the room? And I call protected _disposeIfEmpty
but the onDispose
not triggered.
Update
Can I use this.emit('dispose');
to dispose the room mannually?
_disposeIfEmpty not trigger the onDispose callback
Hi @amit-gshe, welcome!
Have you tried this.emit('dispose')
? It should work as you expect!