{"$id":"https://events-schemas.twilio.com/VideoInsights.VideoLogAnalyzerRoomSummary/2","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"definitions":{},"description":"Video room summary","examples":[{"account_sid":"AC0000000000000000000000000000001","codecs":["VP8"],"concurrent_participants":2,"create_time":"2025-01-01T00:00:00.000Z","created_method":"api","duration_sec":248,"edge_location":"ashburn","end_reason":"disconnected_via_api","end_time":"2025-01-01T00:15:00.000Z","max_concurrent_participants":2,"max_participants":4,"media_region":"us1","processing_state":"complete","recording_enabled":true,"room_name":"My room","room_region":"us1","room_sid":"RM0000000000000000000000000000001","room_status":"in-progress","room_type":"go","status_callback":"https://mycompany.com/my-endpoint","status_callback_method":"POST","total_participant_duration_sec":465,"total_recording_duration_sec":464,"unique_participant_identities":2,"unique_participants":2}],"properties":{"account_sid":{"description":"Account SID associated with this room","type":"string"},"codecs":{"description":"Video or audio codecs used by participants in the room","items":{"description":"Codec used by participants in the room","type":"string"},"type":"array"},"concurrent_participants":{"default":0,"description":"Actual number of concurrent participants","type":"integer"},"create_time":{"default":"","description":"Datetime when the room was created in ISO 8601 format","type":"string"},"created_method":{"default":"unknown","description":"How the room was created","type":"string"},"duration_sec":{"default":0,"description":"Total room duration from create time to end time","type":"integer"},"edge_location":{"default":"unknown","description":"Edge location of Twilio media servers for the room","type":"string"},"end_reason":{"default":"unknown","description":"Reason the room ended","type":"string"},"end_time":{"default":"","description":"Datetime when the room ended in ISO 8601 format","type":"string"},"max_concurrent_participants":{"default":0,"description":"Maximum number of participants allowed in the room at the same time allowed by the application settings","type":"integer"},"max_participants":{"default":0,"description":"Max number of total participants allowed by the application settings","type":"integer"},"media_region":{"default":"unknown","description":"Region of Twilio media servers for the room","type":"string"},"processing_state":{"default":"unknown","description":"Video Log Analyzer resource state. in-progress indicates that more details may be appended to the resource. complete indicates no further information will be added.","type":"string"},"recording_enabled":{"description":"Boolean indicating if recording is enabled for the room","type":"boolean"},"room_name":{"default":"","description":"Description of the room","type":"string"},"room_region":{"default":"unknown","description":"Region of Twilio servers for the room","type":"string"},"room_sid":{"description":"Unique identifier for the room","type":"string"},"room_status":{"default":"unknown","description":"Status of the room","type":"string"},"room_type":{"default":"unknown","description":"The type of video room depending on size restrictions and technology implementations","type":"string"},"status_callback":{"description":"Webhook provided for status callbacks","type":"string"},"status_callback_method":{"description":"HTTP method provided for status callback URL","type":"string"},"total_participant_duration_sec":{"default":0,"description":"Combined amount of participant time in the room","type":"integer"},"total_recording_duration_sec":{"default":0,"description":"Combined amount of recorded seconds for participants in the room","type":"integer"},"unique_participant_identities":{"default":0,"description":"Unique number of participant identities","type":"integer"},"unique_participants":{"default":0,"description":"Number of participants. May include duplicate identities for participants who left and rejoined","type":"integer"}},"required":["account_sid","room_sid","room_name","create_time","room_type","room_status","created_method","end_reason","codecs","processing_state","recording_enabled","edge_location"],"title":"VideoLogAnalyzerRoomSummary","type":"object"}