Skip to content

A plugin for the JanusVR Presence Server to add WebRTC signalling support

License

Notifications You must be signed in to change notification settings

janusvr/janus-method-rtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A plugin for the JanusVR Presence Server to add WebRTC signalling support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published