This accessor provides methods for declaring the configuration of your App. It is provided during initialization of your App.

Hierarchy

  • IConfigurationExtend

Properties

Accessor for declaring api endpoints.

externalComponents: IExternalComponentsExtend

Accessor for customing the handling of IHttp requests and responses your App causes.

scheduler: ISchedulerExtend

Accessor for declaring tasks that can be scheduled (like cron)

settings: ISettingsExtend

Accessor for declaring the settings your App provides.

slashCommands: ISlashCommandsExtend

Accessor for declaring the commands which your App provides.

Accessor for registering different elements in the host UI

videoConfProviders: IVideoConfProvidersExtend

Accessor for declaring the videoconf providers which your App provides.

Generated using TypeDoc