Const
Confirms the exit of a member from a room and optionally bans them.
A promise that resolves when the exit is confirmed.
const options = { socket: socketInstance, localSocket: localSocketInstance, member: "JohnDoe", roomName: "Room123", ban: true,};await confirmExit(options); Copy
const options = { socket: socketInstance, localSocket: localSocketInstance, member: "JohnDoe", roomName: "Room123", ban: true,};await confirmExit(options);
Confirms the exit of a member from a room and optionally bans them.