func (api *channellingAPI) HandleLeave(session *channelling.Session) error {
	session.LeaveRoom()

	return nil
}