void kickUserOffSeat(int seatIndex, String userId) { _roomEngine.kickUserOffSeatByAdmin(seatIndex, userId); }