JSPM

janus-method-rtc

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q57292F
  • License MIT

Adds 'rtc' command to janus-server.

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": ... }