Class: OpenVidu::Token
Overview
Token
Constant Summary collapse
- ASSIGNABLE_PARAMS =
%w[session role data kurentoOptions].freeze
- GENERATED_PARAMS =
%w[id token].freeze
- ALL_PARAMS =
(ASSIGNABLE_PARAMS + GENERATED_PARAMS).freeze
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
content_key, #create_params, #initialize
Constructor Details
This class inherits a constructor from OpenVidu::Base