class CreateRoom
This performer will be called every time before a new chat room creation.
Implement the “authorized” method to return :true if creation is allowed or :falce if forbidden.
Implement the “perform” method to return a hash with the next schema: { meta: Hash }, where 'meta' is a set of data which will be attached to a created room.
Attributes
description[R]
meta[R]
participant_uids[R]
title[R]
type[R]
user_token[R]