UNPKG
janus-method-ping
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Adds 'ping' command to janus-server.
timschwartz/janus-method-ping
janus-method-ping
/
README.md
17 lines
(11 loc)
•
241 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.