faJanus.js

JANUS RTC Event Simulator for CI Testing. Do not fly this.

Stars
5

FaJanus

NodeJS JANUS Event Phase Simulator for CI Testing. Do not fly this.

npm install
node fajanus.js --file /path/to/file.js --url http://your.socket:1234
Flight of the FaJanus

Pastash Recipe

input {
 http {
    host => 127.0.0.1
    port => 8080
 }
}

filter{
  json_fields{}
  app_janus{} 
}

output {
 loki {
    host => cloki.host
    port => 3100
    path => "/loki/api/v1/push"
  }
}

Related Projects