janus-method-ping
v0.0.3
Published
Adds 'ping' command to janus-server.
Downloads
16
Readme
janus-method-ping
Adds 'ping' command to server.
Command:
{ "method": "ping", "data": { "message": "hello" } }
Server reply:
{ "method": "pong", "data": { "message": "hello" } }
'message' argument is optional.