UNPKG
instrumentisto-browser
Version:
latest (2.7.0-r8)
2.7.0
2.7.0-r8
2.7.0-r7
2.7.0-r6
2.7.0-r5
2.7.0-r4
2.7.0-r3
2.7.0-r2
2.7.0-r1
2.6.1
2.5.0
OpenVidu Browser fork
github.com/instrumentisto/openvidu
instrumentisto/openvidu
instrumentisto-browser
/
src
/
OpenViduInternal
/
KurentoUtils
/
kurento-jsonrpc
/
packers
/
XmlRPC.js
14 lines
(10 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function
pack
(
message
) {
throw
new
TypeError
(
"Not yet implemented"
); };
function
unpack
(
message
) {
throw
new
TypeError
(
"Not yet implemented"
); };
exports
.
pack
= pack;
exports
.
unpack
= unpack;