Class: OpenVidu::Config
Overview
Config
Constant Summary collapse
- ASSIGNABLE_PARAMS =
%w[].freeze
- GENERATED_PARAMS =
%w[ version openviduPublicurl openviduCdr maxRecvBandwidth minRecvBandwidth maxSendBandwidth minSendBandwidth openviduRecording openviduRecordingVersion openviduRecordingPath openviduRecordingPublicAccess openviduRecordingNotification openviduRecordingCustomLayout openviduRecordingAutostopTimeout openviduWebhookEndpoint openviduWebhookHeaders openviduWebhookEvents ].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