diff --git a/src/plugins/janus_videoroom.c b/src/plugins/janus_videoroom.c index 2e5377d678..daa1e28ffd 100644 --- a/src/plugins/janus_videoroom.c +++ b/src/plugins/janus_videoroom.c @@ -1104,11 +1104,20 @@ room-: { "mindex" : , "mid" : "", "type" : "", + "active" : , "feed_id" : , "feed_mid" : "", "feed_display" : "", "send" : , - "ready" : + "codec" : "", + "h264-profile" : "", + "vp9-profile" : "", + "ready" : , + "simulcast" : { .. optional object containing simulcast info, if simulcast is used by this stream .. }, + "svc" : { .. optional object containing SVC info, if SVC is used by this stream .. }, + "playout-delay" : { .. optional object containing info on the playout-delay extension configuration, if in use .. }, + "sources" : , + "source_ids" : [ .. if this is a data channel stream, an array containing the IDs of participants we've subscribed to .. ], }, // Other streams in the subscription, if any ]