You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to check whether or not a room exists before using emitter->to(room)->emit()? If there's no one in room then i'd like PHP to execute a different script, is there any way to handle this??
The text was updated successfully, but these errors were encountered:
Is there a way to check whether or not a room exists before using
emitter->to(room)->emit()
? If there's no one inroom
then i'd like PHP to execute a different script, is there any way to handle this??The text was updated successfully, but these errors were encountered: