Adds 'rtc' command to server. Implements real-time voice and video chat functionality.
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": ... }