Sha256: 4dd314e752d169c3991a6965e877335837d3ea567fa2b64f97fc5ac446dfc904
Contents?: true
Size: 819 Bytes
Versions: 8
Compression:
Stored size: 819 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": "destroyed" }, "channel": { "type": "integer"} }, "required": [ "videocontrol", "channel" ] }, "plugin": { "type": "string" } }, "required": [ "data", "plugin" ] } }, "required": [ "janus", "session_id", "sender", "transaction", "plugindata" ] }
Version data entries
8 entries across 8 versions & 1 rubygems