Package Exports
- janus-method-rtc
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (janus-method-rtc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
janus-method-rtc
Adds 'rtc' command to server. Implements real-time voice and video chat functionality.
Installation
To activate this plugin, add the following to your config.js:
methodPlugins: {
rtc: { plugin: "janus-method-rtc" }
}If the methodPlugins section already exist, append the rtc line to the existing list of plugins.
Command:
{ "method": "rtc", "data": ... }