UNPKG

janus-method-ping

Version:

Adds 'ping' command to janus-server.

17 lines (11 loc) 241 B
# janus-method-ping Adds 'ping' command to server. Command: ```json { "method": "ping", "data": { "message": "hello" } } ``` Server reply: ```json { "method": "pong", "data": { "message": "hello" } } ``` 'message' argument is optional.