Sha256: 5265242e56f06e7569405a0c2a74f095b57850de5d54c3e19ac7d3ee054bbfe6
Contents?: true
Size: 896 Bytes
Versions: 8
Compression:
Stored size: 896 Bytes
Contents
{ "type": "object", "properties": { "janus": { "type": "string", "pattern": "success" }, "session_id": { "type": "integer" }, "transaction": { "type": "string" }, "sender": { "type": "integer" }, "plugindata": { "type": "hash", "properties": { "data": { "type": "hash", "properties": { "videocontrol": { "type": "string", "pattern": "success" }, "channel": { "type": "integer"}, "exists": { "type": "boolean" } }, "required": [ "videocontrol", "channel", "exists" ] }, "plugin": { "type": "string" } }, "required": [ "plugin", "data" ] } }, "required": [ "janus", "session_id", "sender", "transaction", "plugindata" ] }
Version data entries
8 entries across 8 versions & 1 rubygems