Skip to content
Cloudflare Docs

RTKPlugins

The RTKPlugins module consists of all the plugins in the meeting. It has 2 maps:

  • all: Consists of all the plugins in the meeting.
  • active: Consists of the plugins that are currently in use.

module.exports ⏏

Kind: Exported class

new module.exports(logger)

ParamType
loggerLogger

module.exports.all

All plugins accessible by the current user.

Kind: instance property of module.exports

module.exports.active

All plugins that are currently enabled in the room.

Kind: instance property of module.exports