if (this.props.auth === "counsellor") {
                this.props.socket.emit("chat message", {
                    user: this.props.counsellor.firstName,
                    message: this.state.input,
                    room: this.props.room.roomID