From 394ea5207cf6b8785d3aafd58ca3932f5d21795f Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 22 Mar 2024 11:43:45 +0200 Subject: [PATCH] Removed old demo folder --- .github/workflows/docker-hub-latest.yaml | 1 - static/js/demo/app-dashboard.js | 327 -- static/js/demo/conference/conference.json | 20 - static/js/demo/conference/connections.json | 106 - static/js/demo/conference/events.json | 4372 ------------------- static/js/demo/conference/graphs.json | 1 - static/js/demo/conference/issues.json | 16 - static/js/demo/conference/participants.json | 18 - static/js/demo/conference/sessions.json | 340 -- static/js/demo/demo-conference.js | 37 - 10 files changed, 5238 deletions(-) delete mode 100644 static/js/demo/app-dashboard.js delete mode 100644 static/js/demo/conference/conference.json delete mode 100644 static/js/demo/conference/connections.json delete mode 100644 static/js/demo/conference/events.json delete mode 100644 static/js/demo/conference/graphs.json delete mode 100644 static/js/demo/conference/issues.json delete mode 100644 static/js/demo/conference/participants.json delete mode 100644 static/js/demo/conference/sessions.json delete mode 100644 static/js/demo/demo-conference.js diff --git a/.github/workflows/docker-hub-latest.yaml b/.github/workflows/docker-hub-latest.yaml index 7e6de6a..e18f579 100644 --- a/.github/workflows/docker-hub-latest.yaml +++ b/.github/workflows/docker-hub-latest.yaml @@ -50,7 +50,6 @@ jobs: with: context: . tags: peermetrics/web:latest - no-cache: true push: true - name: Logout from Docker Hub diff --git a/static/js/demo/app-dashboard.js b/static/js/demo/app-dashboard.js deleted file mode 100644 index 9e77c31..0000000 --- a/static/js/demo/app-dashboard.js +++ /dev/null @@ -1,327 +0,0 @@ -(function () { - - let data = { - conferences: [], - sessions: [], - connections: [], - issues: [] - } - - const urlMap = { - '/conferences': 'conferences', - '/connections': 'connections', - '/sessions': 'sessions', - '/issues': 'issues', - } - - let uuidv4 = () => { - return ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c => - (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16) - ); - } - - let getRandomInt = (min, max) => { - min = Math.ceil(min); - max = Math.floor(max); - return Math.floor(Math.random() * (max - min + 1)) + min; - } - - let randomIdList = (length) => { - return new Array(length).fill().map(uuidv4) - } - - const conferenceNames = [ - 'Conference call', - 'Client 1', - 'Sales meeting', - 'Recording with John', - 'Recording with Mary', - 'Customer support', - 'Meeting', - 'First meeting', - 'Scheduled call', - 'Introduction call', - ] - - let createConference = ({start, end, ongoing=false}) => { - let hasIssue = getRandomInt(1, 10) < 2 - return { - "participants": randomIdList(getRandomInt(2, 5)), - "issues": hasIssue ? randomIdList(getRandomInt(1, 3)) : [], - "id": uuidv4(), - "conference_id": uuidv4(), - "conference_name": conferenceNames[getRandomInt(0, conferenceNames.length - 1)], - "conference_info": {}, - "app": peermetrics.app.id, - "start_time": start.toISOString(), - "call_start": null, - "end_time": end.toISOString(), - "ongoing": ongoing, - "duration": (end - start) / 1000, - "created_at": start.toISOString() - } - } - - const errors = [{ - 'code': 'no_media_access', - 'title': 'Could not access any media device', - 'explanation': 'The app could not access any input device from the browser' - }] - const warnings = [{ - 'code': 'getusermedia_error', - 'title': 'Problem accessing media', - 'explanation': 'The user had a problem accessing the mic/camera of the device' - }, { - 'code': 'multiple_rejoins', - 'title': 'Multiple rejoins', - 'explanation': 'An user refreshed during a call' - }, { - 'code': 'connection_disconnected', - 'title': 'Connection disconnected', - 'explanation': 'An user temporarily disconnected' - }] - const gumErrors = [ - "NotAllowedError", - "NotAllowedError", - "NotAllowedError", - "NotReadableError", - "OverconstrainedError", - "OverconstrainedError", - ] - - let createIssue = ({id, confId}) => { - let isWarning = getRandomInt(1, 10) > 2 - let details = isWarning ? warnings[getRandomInt(0, warnings.length - 1)] : errors[0] - - let data = {} - if (details.code == 'getusermedia_error') { - let error = gumErrors[getRandomInt(0, gumErrors.length - 1)] - data = { - "name": error, - "message": error - } - } - - return { - "id": id, - "session": "6e47a66d-5963-40a1-8076-e85f9c6a199c", - "conference": confId, - "participant": null, - "connection": null, - "track": null, - "type": isWarning ? "warning" : "error", - "code": details.code, - "data": data, - "created_at": "", - "title": details.title, - "explanation": details.explanation - } - } - - const geoIp = [ - { - 'country_code': 'US', - 'city': 'San Jose', - 'latitude': '37.34217071533203', - 'longitude': '-121.90677642822266', - }, - { - 'country_code': 'US', - 'city': 'Quincy', - 'latitude': '47.23400115966797', - 'longitude': '-119.85199737548828', - }, - { - 'country_code': 'US', - 'city': 'Chicago', - 'latitude': '41.84885025024414', - 'longitude': '-87.67124938964844', - }, - { - 'country_code': 'US', - 'city': 'Manhattan', - 'latitude': '40.7589111328125', - 'longitude': '-73.97901916503906', - }, - { - 'country_code': 'GB', - 'city': 'City of Westminster', - 'latitude': '51.50416946411133', - 'longitude': '-0.17000000178813934', - }, - { - 'country_code': 'GB', - 'city': 'Earlsfield', - 'latitude': '51.45000076293945', - 'longitude': '-0.1833299994468689', - }, - { - 'country_code': 'RO', - 'city': 'Bucharest', - 'latitude': '44.43655014038086', - 'longitude': '26.099349975585938', - }, - { - 'country_code': 'IT', - 'city': 'Arese', - 'latitude': '45.541419982910156', - 'longitude': '9.067130088806152', - }, - ] - - const versions = [ - "1.0.0", - "1.0.1", - "1.1.3" - ] - - const platforms = [ - { - "os": { - "name": "Linux", - "version": "x86_64" - }, - "engine": { - "name": "Blink", - "version": "99.0.4844.51" - }, - "browser": { - "name": "Chrome", - "major": "99", - "version": "99.0.4844.51" - } - }, - {"os": {"name": "Mac OS", "version": "10.15.7"}, "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36", "cpu": {}, "device": {}, "engine": {"name": "Blink", "version": "98.0.4758.109"}, "browser": {"name": "Chrome", "major": "98", "version": "98.0.4758.109"}}, - {"os": {"name": "Mac OS", "version": "10.15.7"}, "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36", "cpu": {}, "device": {}, "engine": {"name": "Blink", "version": "98.0.4758.109"}, "browser": {"name": "Chrome", "major": "98", "version": "98.0.4758.109"}}, - {"os": {"name": "Windows", "version": "10"}, "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36", "cpu": {"architecture": "amd64"}, "device": {}, "engine": {"name": "Blink", "version": "96.0.4664.45"}, "browser": {"name": "Chrome", "major": "99", "version": "99.0.4664.45"}}, - {"os": {"name": "Windows", "version": "10"}, "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4664.45 Safari/537.36", "cpu": {"architecture": "amd64"}, "device": {}, "engine": {"name": "Blink", "version": "99.0.4664.45"}, "browser": {"name": "Chrome", "major": "99", "version": "99.0.4664.45"}}, - {"os": {"name": "Windows", "version": "10"}, "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4664.45 Safari/537.36", "cpu": {"architecture": "amd64"}, "device": {}, "engine": {"name": "Blink", "version": "99.0.4664.45"}, "browser": {"name": "Chrome", "major": "99", "version": "99.0.4664.45"}}, - {"os": {"name": "Windows", "version": "10"}, "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4664.45 Safari/537.36", "cpu": {"architecture": "amd64"}, "device": {}, "engine": {"name": "Blink", "version": "99.0.4664.45"}, "browser": {"name": "Chrome", "major": "99", "version": "99.0.4664.45"}}, - ] - - let createSession = ({confId, participant, issue}) => { - return { - "id": uuidv4(), - "app_version": versions[getRandomInt(0, versions.length - 1)], - "conference": confId, - "created_at": "", - "devices": [], - "duration": 0, - "end_time": "", - "geo_ip": geoIp[getRandomInt(0, geoIp.length - 1)], - "issues": [issue], - "metadata": null, - "participant": participant, - "platform": platforms[getRandomInt(0, platforms.length - 1)], - "session_info": {}, - "webrtc_sdk": "", - } - } - - let createConnection = ({confId, participant, session, start}) => { - return { - "id": uuidv4(), - "conference": confId, - "connection_info": { - "negotiations": [{ - "duration": 0, - "start_time": start.toISOString(), - "end_time": moment(start).add(getRandomInt(200, 3000), 'milliseconds').toISOString(), - "status": "connected", - "type": "initial", - }], - }, - "created_at": "", - "duration": 0, - "participant": participant, - "peer": participant, - "session": session, - "start_time": "", - "end_time": "", - "state": "closed", - "type": getRandomInt(0, 10) < 1 ? "relay" : "host", - } - } - - let createDummyData = () => { - // for each day in history - for (let i = 0; i < peermetrics.daysHistory + 1; i++) { - let startDay = moment().startOf('day').subtract(i, 'days') - // create a random number of conferences - for (let j = 0; j < getRandomInt(12, 25); j++) { - let confStart = moment(startDay).add(getRandomInt(8, 16), 'hours') - let duration = getRandomInt(60, 6000) - let confEnd = moment(confStart).add(duration, 'seconds') - - // add a couple of ongoing conferences - if (i === 0 && j % 4 === 0) { - data.conferences.push(createConference({ - start: confStart, - end: confEnd, - ongoing: true - })) - } - - let conf = createConference({ - start: confStart, - end: confEnd - }) - - conf.issues.forEach((id) => { - data.issues.push(createIssue({id, confId: conf.id})) - }) - - conf.participants.forEach((id, i) => { - let session = createSession({ - confId: conf.id, - participant: id, - issue: conf.issues[i] || '' - }) - data.sessions.push(session) - - let connection = createConnection({ - confId: conf.id, - participant: id, - session: session.id, - start: confStart - }) - - data.connections.push(connection) - }) - - data.conferences.push(conf) - } - } - } - - createDummyData() - - peermetrics.createPath = function (pathName, arg) { - if (pathName === 'conference') { - return '/how-it-works/conference/demo-conference' - } - - throw new Error('Could not find path with that name') - } - - peermetrics.get = function (url) { - return new Promise((resolve) => { - setTimeout(() => { - const key = urlMap[url] - resolve(data[key]) - }, 1000) - }) - } - - peermetrics.post = function (url, data) { - return new Promise((resolve) => { - setTimeout(resolve, 2000) - }) - } - - peermetrics.put = function (url, data) { - return new Promise((resolve) => { - setTimeout(resolve, 2000) - }) - } -}()) diff --git a/static/js/demo/conference/conference.json b/static/js/demo/conference/conference.json deleted file mode 100644 index a207909..0000000 --- a/static/js/demo/conference/conference.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "participants": [ - "05305cf9-f017-472d-b5d8-82d21ad675ca", - "6cf7066e-e781-40d2-83ae-0590063921c7" - ], - "issues": [ - "f5bb278f-31e9-4a91-b13c-526c30d82e08" - ], - "id": "0e49b9a6-d4a0-482d-9fff-73b28fd1337d", - "conference_id": "demo-conference", - "conference_name": "Demo conference", - "conference_info": {}, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "start_time": "2022-04-19 16:59:37.735167", - "call_start": null, - "end_time": "2022-04-19 17:01:36.941077", - "ongoing": false, - "duration": 115, - "created_at": "2022-04-19 16:59:17.401088" -} \ No newline at end of file diff --git a/static/js/demo/conference/connections.json b/static/js/demo/conference/connections.json deleted file mode 100644 index b0f847b..0000000 --- a/static/js/demo/conference/connections.json +++ /dev/null @@ -1,106 +0,0 @@ -[ - { - "id": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "type": "host", - "state": "connected", - "connection_info": { - "detected_tcp": false, - "negotiations": [ - { - "type": "initial", - "status": "connected", - "duration": 3, - "end_time": "2022-04-19 16:59:40.912219", - "start_time": "2022-04-19 16:59:37.735167" - } - ], - "detected_turn": false - }, - "start_time": "2022-04-19 16:59:37.735167", - "end_time": "2022-04-19 17:00:31.970033", - "duration": 54, - "created_at": "2022-04-19 16:59:37.765232" - }, - { - "id": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "type": "host", - "state": "closed", - "connection_info": { - "detected_tcp": false, - "negotiations": [ - { - "type": "initial", - "status": "connected", - "duration": 1, - "end_time": "2022-04-19 16:59:39.357383", - "start_time": "2022-04-19 16:59:37.905289" - } - ], - "detected_turn": false - }, - "start_time": "2022-04-19 16:59:37.905289", - "end_time": "2022-04-19 17:00:32.976000", - "duration": 55, - "created_at": "2022-04-19 16:59:37.977650" - }, - { - "id": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "type": "host", - "state": "closed", - "connection_info": { - "detected_tcp": false, - "negotiations": [ - { - "type": "initial", - "status": "connected", - "duration": 3, - "end_time": "2022-04-19 17:00:39.068512", - "start_time": "2022-04-19 17:00:35.698050" - } - ], - "detected_turn": false - }, - "start_time": "2022-04-19 17:00:35.698050", - "end_time": "2022-04-19 17:01:31.823481", - "duration": 56, - "created_at": "2022-04-19 17:00:35.733110" - }, - { - "id": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "type": "host", - "state": "closed", - "connection_info": { - "detected_tcp": false, - "negotiations": [ - { - "type": "initial", - "status": "connected", - "duration": 0, - "end_time": "2022-04-19 17:00:36.085897", - "start_time": "2022-04-19 17:00:35.700527" - } - ], - "detected_turn": false - }, - "start_time": "2022-04-19 17:00:35.700527", - "end_time": "2022-04-19 17:01:31.778171", - "duration": 56, - "created_at": "2022-04-19 17:00:35.746966" - } -] \ No newline at end of file diff --git a/static/js/demo/conference/events.json b/static/js/demo/conference/events.json deleted file mode 100644 index 188d119..0000000 --- a/static/js/demo/conference/events.json +++ /dev/null @@ -1,4372 +0,0 @@ -[ - { - "id": "9c6a85ae-3721-4440-8832-65fdd79c2d39", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": null, - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "getUserMedia", - "category": "getUserMedia", - "data": { - "constraints": { - "audio": true, - "video": true - } - }, - "created_at": "2022-04-19 16:59:17.636066" - }, - { - "id": "ddb48fe6-46a2-4cf3-9596-a828b0bb207c", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": null, - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "getUserMedia", - "category": "getUserMedia", - "data": { - "audio": [ - { - "id": "20c2d6aa-2ea8-46d9-b60c-d3504f269b9c", - "kind": "audio", - "label": "Default", - "muted": true, - "_track": {}, - "enabled": true, - "settings": { - "groupId": "2a85656ec19b5bb16cb49231ebfc4f02a7a10a2aa23d063d2f5abb6d2dbe0089", - "latency": 0.01, - "deviceId": "default", - "sampleRate": 48000, - "sampleSize": 16, - "channelCount": 1, - "autoGainControl": true, - "echoCancellation": true, - "noiseSuppression": true - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "groupId": "2a85656ec19b5bb16cb49231ebfc4f02a7a10a2aa23d063d2f5abb6d2dbe0089", - "latency": { - "max": 0.023219, - "min": 0.01 - }, - "deviceId": "default", - "sampleRate": { - "max": 48000, - "min": 44100 - }, - "sampleSize": { - "max": 16, - "min": 16 - }, - "channelCount": { - "max": 2, - "min": 1 - }, - "autoGainControl": [ - true, - false - ], - "echoCancellation": [ - true, - false - ], - "noiseSuppression": [ - true, - false - ] - }, - "constructorName": "MediaStreamTrack" - } - ], - "video": [ - { - "id": "eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727", - "kind": "video", - "label": "Integrated Webcam (0bda:565c)", - "muted": false, - "_track": {}, - "enabled": true, - "settings": { - "width": 640, - "height": 480, - "groupId": "63883cc4fe3342c6987ce48cacd395899fb393bb4e1b217453481198591f7323", - "contrast": 0, - "deviceId": "d32aae61ed7e25d226836ddadbe58824a7f5184a90f7928335a7f9f72417afde", - "frameRate": 30, - "sharpness": 2, - "brightness": 0, - "resizeMode": "none", - "saturation": 64, - "aspectRatio": 1.3333333333333333, - "exposureMode": "continuous", - "exposureTime": 156, - "colorTemperature": 4600, - "whiteBalanceMode": "continuous" - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "width": { - "max": 1280, - "min": 1 - }, - "height": { - "max": 720, - "min": 1 - }, - "groupId": "63883cc4fe3342c6987ce48cacd395899fb393bb4e1b217453481198591f7323", - "contrast": { - "max": 95, - "min": 0, - "step": 1 - }, - "deviceId": "d32aae61ed7e25d226836ddadbe58824a7f5184a90f7928335a7f9f72417afde", - "frameRate": { - "max": 30, - "min": 0 - }, - "sharpness": { - "max": 7, - "min": 1, - "step": 1 - }, - "brightness": { - "max": 64, - "min": -64, - "step": 1 - }, - "facingMode": [], - "resizeMode": [ - "none", - "crop-and-scale" - ], - "saturation": { - "max": 100, - "min": 0, - "step": 1 - }, - "aspectRatio": { - "max": 1280, - "min": 0.001388888888888889 - }, - "exposureMode": [ - "manual", - "continuous" - ], - "exposureTime": { - "max": 625, - "min": 10, - "step": 1 - }, - "colorTemperature": { - "max": 6500, - "min": 2800, - "step": 10 - }, - "whiteBalanceMode": [ - "manual", - "continuous" - ] - }, - "constructorName": "MediaStreamTrack" - } - ] - }, - "created_at": "2022-04-19 16:59:18.019299" - }, - { - "id": "d3672bfd-fc80-4438-9f11-1ecc6686d95a", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": null, - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "getUserMedia", - "category": "getUserMedia", - "data": { - "constraints": { - "audio": true, - "video": true - } - }, - "created_at": "2022-04-19 16:59:34.211283" - }, - { - "id": "f23e4300-e529-42ae-99a2-4c6e4566d229", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": null, - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "getUserMedia", - "category": "getUserMedia", - "data": { - "audio": [ - { - "id": "35c722b4-77fb-4185-add2-11dfedae5c75", - "kind": "audio", - "label": "Default", - "muted": true, - "_track": {}, - "enabled": true, - "settings": { - "groupId": "6347f11ba8de4c760882b28cb8a92ecab4a33a8119ea91f989bd3606f8df63c4", - "latency": 0.01, - "deviceId": "default", - "sampleRate": 48000, - "sampleSize": 16, - "channelCount": 1, - "autoGainControl": true, - "echoCancellation": true, - "noiseSuppression": true - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "groupId": "6347f11ba8de4c760882b28cb8a92ecab4a33a8119ea91f989bd3606f8df63c4", - "latency": { - "max": 0.023219, - "min": 0.01 - }, - "deviceId": "default", - "sampleRate": { - "max": 48000, - "min": 44100 - }, - "sampleSize": { - "max": 16, - "min": 16 - }, - "channelCount": { - "max": 2, - "min": 1 - }, - "autoGainControl": [ - true, - false - ], - "echoCancellation": [ - true, - false - ], - "noiseSuppression": [ - true, - false - ] - }, - "constructorName": "MediaStreamTrack" - } - ], - "video": [ - { - "id": "8c4eb618-0b2a-4c72-850e-0138dac66e90", - "kind": "video", - "label": "Integrated Webcam (0bda:565c)", - "muted": false, - "_track": {}, - "enabled": true, - "settings": { - "width": 640, - "height": 480, - "groupId": "ef24d6d0e7dfe02cff119d499681dac5835d210e4a0f2d1f7c74f4ccb809b1f0", - "contrast": 0, - "deviceId": "332b4e09e020ce8f5afcd7516d08c1a51f290695f9e49fb5f33989f9074d74c4", - "frameRate": 30, - "sharpness": 2, - "brightness": 0, - "resizeMode": "none", - "saturation": 64, - "aspectRatio": 1.3333333333333333, - "exposureMode": "continuous", - "exposureTime": 156, - "colorTemperature": 4600, - "whiteBalanceMode": "continuous" - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "width": { - "max": 1280, - "min": 1 - }, - "height": { - "max": 720, - "min": 1 - }, - "groupId": "ef24d6d0e7dfe02cff119d499681dac5835d210e4a0f2d1f7c74f4ccb809b1f0", - "contrast": { - "max": 95, - "min": 0, - "step": 1 - }, - "deviceId": "332b4e09e020ce8f5afcd7516d08c1a51f290695f9e49fb5f33989f9074d74c4", - "frameRate": { - "max": 30, - "min": 0 - }, - "sharpness": { - "max": 7, - "min": 1, - "step": 1 - }, - "brightness": { - "max": 64, - "min": -64, - "step": 1 - }, - "facingMode": [], - "resizeMode": [ - "none", - "crop-and-scale" - ], - "saturation": { - "max": 100, - "min": 0, - "step": 1 - }, - "aspectRatio": { - "max": 1280, - "min": 0.001388888888888889 - }, - "exposureMode": [ - "manual", - "continuous" - ], - "exposureTime": { - "max": 625, - "min": 10, - "step": 1 - }, - "colorTemperature": { - "max": 6500, - "min": 2800, - "step": 10 - }, - "whiteBalanceMode": [ - "manual", - "continuous" - ] - }, - "constructorName": "MediaStreamTrack" - } - ] - }, - "created_at": "2022-04-19 16:59:35.868336" - }, - { - "id": "5950b5d8-a411-4c4c-8614-c90f3d8318cb", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "addConnection", - "category": "connection", - "data": null, - "created_at": "2022-04-19 16:59:37.735167" - }, - { - "id": "55cf7e73-74ae-4241-9509-b83a180f9728", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 38231, - "type": "host", - "sdpMid": "0", - "address": "192.168.100.46", - "priority": 2122194687, - "protocol": "udp", - "candidate": "candidate:1593173624 1 udp 2122194687 192.168.100.46 38231 typ host generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "1593173624", - "sdpMLineIndex": 0, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:37.852254" - }, - { - "id": "09801df4-6daa-4c52-93d6-3f89585dec3c", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "peerDetails", - "category": "connection", - "data": { - "options": { - "peerId": "1605445711866" - }, - "peerConfiguration": { - "iceServers": [ - { - "urls": [ - "stun:fr-turn1.xirsys.com" - ], - "username": "" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:80?transport=udp" - ], - "username": "zP-pD6IVbGdr6zgYC2tSkLiap9GOjqwu-TQfuLWTl0oJPGOya9F6sf5a8EeGOaStAAAAAGJe6nhwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:3478?transport=udp" - ], - "username": "zP-pD6IVbGdr6zgYC2tSkLiap9GOjqwu-TQfuLWTl0oJPGOya9F6sf5a8EeGOaStAAAAAGJe6nhwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:80?transport=tcp" - ], - "username": "zP-pD6IVbGdr6zgYC2tSkLiap9GOjqwu-TQfuLWTl0oJPGOya9F6sf5a8EeGOaStAAAAAGJe6nhwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:3478?transport=tcp" - ], - "username": "zP-pD6IVbGdr6zgYC2tSkLiap9GOjqwu-TQfuLWTl0oJPGOya9F6sf5a8EeGOaStAAAAAGJe6nhwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turns:fr-turn1.xirsys.com:443?transport=tcp" - ], - "username": "zP-pD6IVbGdr6zgYC2tSkLiap9GOjqwu-TQfuLWTl0oJPGOya9F6sf5a8EeGOaStAAAAAGJe6nhwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turns:fr-turn1.xirsys.com:5349?transport=tcp" - ], - "username": "zP-pD6IVbGdr6zgYC2tSkLiap9GOjqwu-TQfuLWTl0oJPGOya9F6sf5a8EeGOaStAAAAAGJe6nhwZWVybWV0cmljcw==" - } - ], - "bundlePolicy": "balanced", - "sdpSemantics": "unified-plan", - "rtcpMuxPolicy": "require", - "iceTransportPolicy": "all", - "iceCandidatePoolSize": 0, - "encodedInsertableStreams": false - } - }, - "created_at": "2022-04-19 16:59:37.901071" - }, - { - "id": "001c3810-a346-4ebd-ae41-7cf0baf3e301", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "addConnection", - "category": "connection", - "data": null, - "created_at": "2022-04-19 16:59:37.905289" - }, - { - "id": "b766d355-6198-49c2-ac79-46bf6a9a461e", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onnegotiationneeded", - "category": "connection", - "data": null, - "created_at": "2022-04-19 16:59:38.000715" - }, - { - "id": "d158aeba-9c1e-4345-8c1f-653f549b3d8b", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "peerDetails", - "category": "connection", - "data": { - "options": { - "peerId": "1650387574041" - }, - "peerConfiguration": { - "iceServers": [ - { - "urls": [ - "stun:fr-turn1.xirsys.com" - ], - "username": "" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:80?transport=udp" - ], - "username": "_yO4M-tf_CsUAFoFxAWu_8_z9QUtVc1P4r1goJDzh_rVmE9XLSIQRc5pmJ6Cb5BeAAAAAGJe6mZwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:3478?transport=udp" - ], - "username": "_yO4M-tf_CsUAFoFxAWu_8_z9QUtVc1P4r1goJDzh_rVmE9XLSIQRc5pmJ6Cb5BeAAAAAGJe6mZwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:80?transport=tcp" - ], - "username": "_yO4M-tf_CsUAFoFxAWu_8_z9QUtVc1P4r1goJDzh_rVmE9XLSIQRc5pmJ6Cb5BeAAAAAGJe6mZwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:3478?transport=tcp" - ], - "username": "_yO4M-tf_CsUAFoFxAWu_8_z9QUtVc1P4r1goJDzh_rVmE9XLSIQRc5pmJ6Cb5BeAAAAAGJe6mZwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turns:fr-turn1.xirsys.com:443?transport=tcp" - ], - "username": "_yO4M-tf_CsUAFoFxAWu_8_z9QUtVc1P4r1goJDzh_rVmE9XLSIQRc5pmJ6Cb5BeAAAAAGJe6mZwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turns:fr-turn1.xirsys.com:5349?transport=tcp" - ], - "username": "_yO4M-tf_CsUAFoFxAWu_8_z9QUtVc1P4r1goJDzh_rVmE9XLSIQRc5pmJ6Cb5BeAAAAAGJe6mZwZWVybWV0cmljcw==" - } - ], - "bundlePolicy": "balanced", - "sdpSemantics": "unified-plan", - "rtcpMuxPolicy": "require", - "iceTransportPolicy": "all", - "iceCandidatePoolSize": 0, - "encodedInsertableStreams": false - } - }, - "created_at": "2022-04-19 16:59:38.012049" - }, - { - "id": "3a54c65e-aca2-424a-b5e7-64dc5b0e7a0e", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicegatheringstatechange", - "category": "connection", - "data": "gathering", - "created_at": "2022-04-19 16:59:38.094667" - }, - { - "id": "16925ea1-7ce0-47c3-b72a-72e8ec075e05", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 37062, - "type": "host", - "sdpMid": "1", - "address": "172.20.0.1", - "priority": 2122260223, - "protocol": "udp", - "candidate": "candidate:3571191017 1 udp 2122260223 172.20.0.1 37062 typ host generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "3571191017", - "sdpMLineIndex": 1, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:38.109696" - }, - { - "id": "8065a373-a074-45b6-8ee0-722f8e5fbd4f", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onnegotiationneeded", - "category": "connection", - "data": null, - "created_at": "2022-04-19 16:59:38.109983" - }, - { - "id": "bfbf12e7-4f84-4124-82e0-b69e58eca2b8", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onsignalingstatechange", - "category": "connection", - "data": { - "signalingState": "have-local-offer", - "localDescription": { - "sdp": "v=0\r\no=- 1296434084242062147 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1 2\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=sendrecv\r\na=msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 35c722b4-77fb-4185-add2-11dfedae5c75\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:63 red/48000/2\r\na=fmtp:63 111/111\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\na=ssrc:1426257039 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:1426257039 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 35c722b4-77fb-4185-add2-11dfedae5c75\r\na=ssrc:1426257039 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:1426257039 label:35c722b4-77fb-4185-add2-11dfedae5c75\r\nm=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 121 127 120 125 107 108 109 124 119 123 118 35 36 114 115 116\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:1\r\na=extmap:14 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:13 urn:3gpp:video-orientation\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay\r\na=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type\r\na=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing\r\na=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=sendrecv\r\na=msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:96 VP8/90000\r\na=rtcp-fb:96 goog-remb\r\na=rtcp-fb:96 transport-cc\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtpmap:97 rtx/90000\r\na=fmtp:97 apt=96\r\na=rtpmap:98 VP9/90000\r\na=rtcp-fb:98 goog-remb\r\na=rtcp-fb:98 transport-cc\r\na=rtcp-fb:98 ccm fir\r\na=rtcp-fb:98 nack\r\na=rtcp-fb:98 nack pli\r\na=fmtp:98 profile-id=0\r\na=rtpmap:99 rtx/90000\r\na=fmtp:99 apt=98\r\na=rtpmap:100 VP9/90000\r\na=rtcp-fb:100 goog-remb\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=fmtp:100 profile-id=2\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=100\r\na=rtpmap:102 H264/90000\r\na=rtcp-fb:102 goog-remb\r\na=rtcp-fb:102 transport-cc\r\na=rtcp-fb:102 ccm fir\r\na=rtcp-fb:102 nack\r\na=rtcp-fb:102 nack pli\r\na=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f\r\na=rtpmap:121 rtx/90000\r\na=fmtp:121 apt=102\r\na=rtpmap:127 H264/90000\r\na=rtcp-fb:127 goog-remb\r\na=rtcp-fb:127 transport-cc\r\na=rtcp-fb:127 ccm fir\r\na=rtcp-fb:127 nack\r\na=rtcp-fb:127 nack pli\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f\r\na=rtpmap:120 rtx/90000\r\na=fmtp:120 apt=127\r\na=rtpmap:125 H264/90000\r\na=rtcp-fb:125 goog-remb\r\na=rtcp-fb:125 transport-cc\r\na=rtcp-fb:125 ccm fir\r\na=rtcp-fb:125 nack\r\na=rtcp-fb:125 nack pli\r\na=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=rtpmap:107 rtx/90000\r\na=fmtp:107 apt=125\r\na=rtpmap:108 H264/90000\r\na=rtcp-fb:108 goog-remb\r\na=rtcp-fb:108 transport-cc\r\na=rtcp-fb:108 ccm fir\r\na=rtcp-fb:108 nack\r\na=rtcp-fb:108 nack pli\r\na=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f\r\na=rtpmap:109 rtx/90000\r\na=fmtp:109 apt=108\r\na=rtpmap:124 H264/90000\r\na=rtcp-fb:124 goog-remb\r\na=rtcp-fb:124 transport-cc\r\na=rtcp-fb:124 ccm fir\r\na=rtcp-fb:124 nack\r\na=rtcp-fb:124 nack pli\r\na=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f\r\na=rtpmap:119 rtx/90000\r\na=fmtp:119 apt=124\r\na=rtpmap:123 H264/90000\r\na=rtcp-fb:123 goog-remb\r\na=rtcp-fb:123 transport-cc\r\na=rtcp-fb:123 ccm fir\r\na=rtcp-fb:123 nack\r\na=rtcp-fb:123 nack pli\r\na=fmtp:123 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f\r\na=rtpmap:118 rtx/90000\r\na=fmtp:118 apt=123\r\na=rtpmap:35 AV1/90000\r\na=rtcp-fb:35 goog-remb\r\na=rtcp-fb:35 transport-cc\r\na=rtcp-fb:35 ccm fir\r\na=rtcp-fb:35 nack\r\na=rtcp-fb:35 nack pli\r\na=rtpmap:36 rtx/90000\r\na=fmtp:36 apt=35\r\na=rtpmap:114 red/90000\r\na=rtpmap:115 rtx/90000\r\na=fmtp:115 apt=114\r\na=rtpmap:116 ulpfec/90000\r\na=ssrc-group:FID 3755933090 4075699334\r\na=ssrc:3755933090 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:3755933090 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:3755933090 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:3755933090 label:8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:4075699334 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:4075699334 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:4075699334 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:4075699334 label:8c4eb618-0b2a-4c72-850e-0138dac66e90\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:2\r\na=sctp-port:5000\r\na=max-message-size:262144\r\n", - "type": "offer" - }, - "remoteDescription": null - }, - "created_at": "2022-04-19 16:59:38.180506" - }, - { - "id": "0c876568-8232-4a15-823a-015329f21aa5", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": null, - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 16:59:38.247204" - }, - { - "id": "e9e37df0-f272-4518-bc40-383881b148e9", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 56816, - "type": "host", - "sdpMid": "0", - "address": "172.20.0.1", - "priority": 2122260223, - "protocol": "udp", - "candidate": "candidate:3571191017 1 udp 2122260223 172.20.0.1 56816 typ host generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "3571191017", - "sdpMLineIndex": 0, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:38.254673" - }, - { - "id": "39e49e4f-2927-4712-a33e-2c93c7584221", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onsignalingstatechange", - "category": "connection", - "data": { - "signalingState": "have-remote-offer", - "localDescription": null, - "remoteDescription": { - "sdp": "v=0\r\no=- 1296434084242062147 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1 2\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=sendrecv\r\na=msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 35c722b4-77fb-4185-add2-11dfedae5c75\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:63 red/48000/2\r\na=fmtp:63 111/111\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\na=ssrc:1426257039 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:1426257039 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 35c722b4-77fb-4185-add2-11dfedae5c75\r\na=ssrc:1426257039 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:1426257039 label:35c722b4-77fb-4185-add2-11dfedae5c75\r\nm=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 121 127 120 125 107 108 109 124 119 123 118 35 36 114 115 116\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:1\r\na=extmap:14 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:13 urn:3gpp:video-orientation\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay\r\na=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type\r\na=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing\r\na=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=sendrecv\r\na=msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:96 VP8/90000\r\na=rtcp-fb:96 goog-remb\r\na=rtcp-fb:96 transport-cc\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtpmap:97 rtx/90000\r\na=fmtp:97 apt=96\r\na=rtpmap:98 VP9/90000\r\na=rtcp-fb:98 goog-remb\r\na=rtcp-fb:98 transport-cc\r\na=rtcp-fb:98 ccm fir\r\na=rtcp-fb:98 nack\r\na=rtcp-fb:98 nack pli\r\na=fmtp:98 profile-id=0\r\na=rtpmap:99 rtx/90000\r\na=fmtp:99 apt=98\r\na=rtpmap:100 VP9/90000\r\na=rtcp-fb:100 goog-remb\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=fmtp:100 profile-id=2\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=100\r\na=rtpmap:102 H264/90000\r\na=rtcp-fb:102 goog-remb\r\na=rtcp-fb:102 transport-cc\r\na=rtcp-fb:102 ccm fir\r\na=rtcp-fb:102 nack\r\na=rtcp-fb:102 nack pli\r\na=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f\r\na=rtpmap:121 rtx/90000\r\na=fmtp:121 apt=102\r\na=rtpmap:127 H264/90000\r\na=rtcp-fb:127 goog-remb\r\na=rtcp-fb:127 transport-cc\r\na=rtcp-fb:127 ccm fir\r\na=rtcp-fb:127 nack\r\na=rtcp-fb:127 nack pli\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f\r\na=rtpmap:120 rtx/90000\r\na=fmtp:120 apt=127\r\na=rtpmap:125 H264/90000\r\na=rtcp-fb:125 goog-remb\r\na=rtcp-fb:125 transport-cc\r\na=rtcp-fb:125 ccm fir\r\na=rtcp-fb:125 nack\r\na=rtcp-fb:125 nack pli\r\na=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=rtpmap:107 rtx/90000\r\na=fmtp:107 apt=125\r\na=rtpmap:108 H264/90000\r\na=rtcp-fb:108 goog-remb\r\na=rtcp-fb:108 transport-cc\r\na=rtcp-fb:108 ccm fir\r\na=rtcp-fb:108 nack\r\na=rtcp-fb:108 nack pli\r\na=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f\r\na=rtpmap:109 rtx/90000\r\na=fmtp:109 apt=108\r\na=rtpmap:124 H264/90000\r\na=rtcp-fb:124 goog-remb\r\na=rtcp-fb:124 transport-cc\r\na=rtcp-fb:124 ccm fir\r\na=rtcp-fb:124 nack\r\na=rtcp-fb:124 nack pli\r\na=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f\r\na=rtpmap:119 rtx/90000\r\na=fmtp:119 apt=124\r\na=rtpmap:123 H264/90000\r\na=rtcp-fb:123 goog-remb\r\na=rtcp-fb:123 transport-cc\r\na=rtcp-fb:123 ccm fir\r\na=rtcp-fb:123 nack\r\na=rtcp-fb:123 nack pli\r\na=fmtp:123 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f\r\na=rtpmap:118 rtx/90000\r\na=fmtp:118 apt=123\r\na=rtpmap:35 AV1/90000\r\na=rtcp-fb:35 goog-remb\r\na=rtcp-fb:35 transport-cc\r\na=rtcp-fb:35 ccm fir\r\na=rtcp-fb:35 nack\r\na=rtcp-fb:35 nack pli\r\na=rtpmap:36 rtx/90000\r\na=fmtp:36 apt=35\r\na=rtpmap:114 red/90000\r\na=rtpmap:115 rtx/90000\r\na=fmtp:115 apt=114\r\na=rtpmap:116 ulpfec/90000\r\na=ssrc-group:FID 3755933090 4075699334\r\na=ssrc:3755933090 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:3755933090 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:3755933090 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:3755933090 label:8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:4075699334 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:4075699334 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:4075699334 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:4075699334 label:8c4eb618-0b2a-4c72-850e-0138dac66e90\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:2\r\na=sctp-port:5000\r\na=max-message-size:262144\r\n", - "type": "offer" - } - }, - "created_at": "2022-04-19 16:59:38.257480" - }, - { - "id": "2c83e36d-41ca-43f1-b8cf-3f2f5597e59a", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 57624, - "type": "host", - "sdpMid": "1", - "address": "192.168.100.46", - "priority": 2122194687, - "protocol": "udp", - "candidate": "candidate:1593173624 1 udp 2122194687 192.168.100.46 57624 typ host generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "1593173624", - "sdpMLineIndex": 1, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:38.337031" - }, - { - "id": "4e6e7b6e-fbe6-4f53-806e-a10d6ff08bc7", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": "089b47b2-814c-4a6a-8006-9b360340050b", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 16:59:38.377246" - }, - { - "id": "9220b8dc-fbfd-4c58-9055-2092267feb98", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": null, - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 16:59:38.422358" - }, - { - "id": "a6cdbcfb-8c6a-49fc-848b-bb737425af1c", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": "a7c22043-1682-4d97-a2d7-c2f935d0d2a6", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 16:59:38.482388" - }, - { - "id": "39f7da76-a9ca-4bd8-8e0b-c4434e69672e", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 37712, - "type": "host", - "sdpMid": "2", - "address": "172.20.0.1", - "priority": 2122260223, - "protocol": "udp", - "candidate": "candidate:3571191017 1 udp 2122260223 172.20.0.1 37712 typ host generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "3571191017", - "sdpMLineIndex": 2, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:38.506201" - }, - { - "id": "2082b8c1-9d50-45aa-b1ac-36a0224285a6", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onsignalingstatechange", - "category": "connection", - "data": { - "signalingState": "stable", - "localDescription": { - "sdp": "v=0\r\no=- 4556113729292170702 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1 2\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS itMt9dsdoC0SRMdxYAItfizWts4kKKBxAL73\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:ioNd\r\na=ice-pwd:XoR7peMw+Z6FnrPcJ6N3m+mN\r\na=ice-options:trickle\r\na=fingerprint:sha-256 9D:87:95:22:CD:FB:90:C1:0E:DA:59:9B:7B:D4:28:73:9D:B2:CC:77:F8:FE:25:2C:3F:9E:EC:53:DB:99:B5:62\r\na=setup:active\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=sendrecv\r\na=msid:itMt9dsdoC0SRMdxYAItfizWts4kKKBxAL73 20c2d6aa-2ea8-46d9-b60c-d3504f269b9c\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:63 red/48000/2\r\na=fmtp:63 111/111\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\na=ssrc:1074976309 cname:X8N5ukIJBjda/kmU\r\nm=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 121 127 120 125 107 108 109 124 119 123 118 35 36 114 115 116\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:ioNd\r\na=ice-pwd:XoR7peMw+Z6FnrPcJ6N3m+mN\r\na=ice-options:trickle\r\na=fingerprint:sha-256 9D:87:95:22:CD:FB:90:C1:0E:DA:59:9B:7B:D4:28:73:9D:B2:CC:77:F8:FE:25:2C:3F:9E:EC:53:DB:99:B5:62\r\na=setup:active\r\na=mid:1\r\na=extmap:14 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:13 urn:3gpp:video-orientation\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay\r\na=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type\r\na=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing\r\na=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=sendrecv\r\na=msid:itMt9dsdoC0SRMdxYAItfizWts4kKKBxAL73 eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:96 VP8/90000\r\na=rtcp-fb:96 goog-remb\r\na=rtcp-fb:96 transport-cc\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtpmap:97 rtx/90000\r\na=fmtp:97 apt=96\r\na=rtpmap:98 VP9/90000\r\na=rtcp-fb:98 goog-remb\r\na=rtcp-fb:98 transport-cc\r\na=rtcp-fb:98 ccm fir\r\na=rtcp-fb:98 nack\r\na=rtcp-fb:98 nack pli\r\na=fmtp:98 profile-id=0\r\na=rtpmap:99 rtx/90000\r\na=fmtp:99 apt=98\r\na=rtpmap:100 VP9/90000\r\na=rtcp-fb:100 goog-remb\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=fmtp:100 profile-id=2\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=100\r\na=rtpmap:102 H264/90000\r\na=rtcp-fb:102 goog-remb\r\na=rtcp-fb:102 transport-cc\r\na=rtcp-fb:102 ccm fir\r\na=rtcp-fb:102 nack\r\na=rtcp-fb:102 nack pli\r\na=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f\r\na=rtpmap:121 rtx/90000\r\na=fmtp:121 apt=102\r\na=rtpmap:127 H264/90000\r\na=rtcp-fb:127 goog-remb\r\na=rtcp-fb:127 transport-cc\r\na=rtcp-fb:127 ccm fir\r\na=rtcp-fb:127 nack\r\na=rtcp-fb:127 nack pli\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f\r\na=rtpmap:120 rtx/90000\r\na=fmtp:120 apt=127\r\na=rtpmap:125 H264/90000\r\na=rtcp-fb:125 goog-remb\r\na=rtcp-fb:125 transport-cc\r\na=rtcp-fb:125 ccm fir\r\na=rtcp-fb:125 nack\r\na=rtcp-fb:125 nack pli\r\na=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=rtpmap:107 rtx/90000\r\na=fmtp:107 apt=125\r\na=rtpmap:108 H264/90000\r\na=rtcp-fb:108 goog-remb\r\na=rtcp-fb:108 transport-cc\r\na=rtcp-fb:108 ccm fir\r\na=rtcp-fb:108 nack\r\na=rtcp-fb:108 nack pli\r\na=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f\r\na=rtpmap:109 rtx/90000\r\na=fmtp:109 apt=108\r\na=rtpmap:124 H264/90000\r\na=rtcp-fb:124 goog-remb\r\na=rtcp-fb:124 transport-cc\r\na=rtcp-fb:124 ccm fir\r\na=rtcp-fb:124 nack\r\na=rtcp-fb:124 nack pli\r\na=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f\r\na=rtpmap:119 rtx/90000\r\na=fmtp:119 apt=124\r\na=rtpmap:123 H264/90000\r\na=rtcp-fb:123 goog-remb\r\na=rtcp-fb:123 transport-cc\r\na=rtcp-fb:123 ccm fir\r\na=rtcp-fb:123 nack\r\na=rtcp-fb:123 nack pli\r\na=fmtp:123 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f\r\na=rtpmap:118 rtx/90000\r\na=fmtp:118 apt=123\r\na=rtpmap:35 AV1/90000\r\na=rtcp-fb:35 goog-remb\r\na=rtcp-fb:35 transport-cc\r\na=rtcp-fb:35 ccm fir\r\na=rtcp-fb:35 nack\r\na=rtcp-fb:35 nack pli\r\na=rtpmap:36 rtx/90000\r\na=fmtp:36 apt=35\r\na=rtpmap:114 red/90000\r\na=rtpmap:115 rtx/90000\r\na=fmtp:115 apt=114\r\na=rtpmap:116 ulpfec/90000\r\na=ssrc-group:FID 3037276919 2505028050\r\na=ssrc:3037276919 cname:X8N5ukIJBjda/kmU\r\na=ssrc:2505028050 cname:X8N5ukIJBjda/kmU\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=ice-ufrag:ioNd\r\na=ice-pwd:XoR7peMw+Z6FnrPcJ6N3m+mN\r\na=ice-options:trickle\r\na=fingerprint:sha-256 9D:87:95:22:CD:FB:90:C1:0E:DA:59:9B:7B:D4:28:73:9D:B2:CC:77:F8:FE:25:2C:3F:9E:EC:53:DB:99:B5:62\r\na=setup:active\r\na=mid:2\r\na=sctp-port:5000\r\na=max-message-size:262144\r\n", - "type": "answer" - }, - "remoteDescription": { - "sdp": "v=0\r\no=- 1296434084242062147 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1 2\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\nm=audio 56816 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 172.20.0.1\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:3571191017 1 udp 2122260223 172.20.0.1 56816 typ host generation 0 network-id 1 network-cost 50\r\na=candidate:1593173624 1 udp 2122194687 192.168.100.46 38231 typ host generation 0 network-id 2 network-cost 10\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=sendrecv\r\na=msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 35c722b4-77fb-4185-add2-11dfedae5c75\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:63 red/48000/2\r\na=fmtp:63 111/111\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\na=ssrc:1426257039 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:1426257039 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 35c722b4-77fb-4185-add2-11dfedae5c75\r\na=ssrc:1426257039 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:1426257039 label:35c722b4-77fb-4185-add2-11dfedae5c75\r\nm=video 37062 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 121 127 120 125 107 108 109 124 119 123 118 35 36 114 115 116\r\nc=IN IP4 172.20.0.1\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:3571191017 1 udp 2122260223 172.20.0.1 37062 typ host generation 0 network-id 1 network-cost 50\r\na=candidate:1593173624 1 udp 2122194687 192.168.100.46 57624 typ host generation 0 network-id 2 network-cost 10\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:1\r\na=extmap:14 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:13 urn:3gpp:video-orientation\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay\r\na=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type\r\na=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing\r\na=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=sendrecv\r\na=msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:96 VP8/90000\r\na=rtcp-fb:96 goog-remb\r\na=rtcp-fb:96 transport-cc\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtpmap:97 rtx/90000\r\na=fmtp:97 apt=96\r\na=rtpmap:98 VP9/90000\r\na=rtcp-fb:98 goog-remb\r\na=rtcp-fb:98 transport-cc\r\na=rtcp-fb:98 ccm fir\r\na=rtcp-fb:98 nack\r\na=rtcp-fb:98 nack pli\r\na=fmtp:98 profile-id=0\r\na=rtpmap:99 rtx/90000\r\na=fmtp:99 apt=98\r\na=rtpmap:100 VP9/90000\r\na=rtcp-fb:100 goog-remb\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=fmtp:100 profile-id=2\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=100\r\na=rtpmap:102 H264/90000\r\na=rtcp-fb:102 goog-remb\r\na=rtcp-fb:102 transport-cc\r\na=rtcp-fb:102 ccm fir\r\na=rtcp-fb:102 nack\r\na=rtcp-fb:102 nack pli\r\na=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f\r\na=rtpmap:121 rtx/90000\r\na=fmtp:121 apt=102\r\na=rtpmap:127 H264/90000\r\na=rtcp-fb:127 goog-remb\r\na=rtcp-fb:127 transport-cc\r\na=rtcp-fb:127 ccm fir\r\na=rtcp-fb:127 nack\r\na=rtcp-fb:127 nack pli\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f\r\na=rtpmap:120 rtx/90000\r\na=fmtp:120 apt=127\r\na=rtpmap:125 H264/90000\r\na=rtcp-fb:125 goog-remb\r\na=rtcp-fb:125 transport-cc\r\na=rtcp-fb:125 ccm fir\r\na=rtcp-fb:125 nack\r\na=rtcp-fb:125 nack pli\r\na=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=rtpmap:107 rtx/90000\r\na=fmtp:107 apt=125\r\na=rtpmap:108 H264/90000\r\na=rtcp-fb:108 goog-remb\r\na=rtcp-fb:108 transport-cc\r\na=rtcp-fb:108 ccm fir\r\na=rtcp-fb:108 nack\r\na=rtcp-fb:108 nack pli\r\na=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f\r\na=rtpmap:109 rtx/90000\r\na=fmtp:109 apt=108\r\na=rtpmap:124 H264/90000\r\na=rtcp-fb:124 goog-remb\r\na=rtcp-fb:124 transport-cc\r\na=rtcp-fb:124 ccm fir\r\na=rtcp-fb:124 nack\r\na=rtcp-fb:124 nack pli\r\na=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f\r\na=rtpmap:119 rtx/90000\r\na=fmtp:119 apt=124\r\na=rtpmap:123 H264/90000\r\na=rtcp-fb:123 goog-remb\r\na=rtcp-fb:123 transport-cc\r\na=rtcp-fb:123 ccm fir\r\na=rtcp-fb:123 nack\r\na=rtcp-fb:123 nack pli\r\na=fmtp:123 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f\r\na=rtpmap:118 rtx/90000\r\na=fmtp:118 apt=123\r\na=rtpmap:35 AV1/90000\r\na=rtcp-fb:35 goog-remb\r\na=rtcp-fb:35 transport-cc\r\na=rtcp-fb:35 ccm fir\r\na=rtcp-fb:35 nack\r\na=rtcp-fb:35 nack pli\r\na=rtpmap:36 rtx/90000\r\na=fmtp:36 apt=35\r\na=rtpmap:114 red/90000\r\na=rtpmap:115 rtx/90000\r\na=fmtp:115 apt=114\r\na=rtpmap:116 ulpfec/90000\r\na=ssrc-group:FID 3755933090 4075699334\r\na=ssrc:3755933090 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:3755933090 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:3755933090 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:3755933090 label:8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:4075699334 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:4075699334 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:4075699334 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:4075699334 label:8c4eb618-0b2a-4c72-850e-0138dac66e90\r\nm=application 37712 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 172.20.0.1\r\na=candidate:3571191017 1 udp 2122260223 172.20.0.1 37712 typ host generation 0 network-id 1 network-cost 50\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:2\r\na=sctp-port:5000\r\na=max-message-size:262144\r\n", - "type": "offer" - } - }, - "created_at": "2022-04-19 16:59:38.507809" - }, - { - "id": "64b80d06-7e72-425d-a7fe-e5c8a6e2693d", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 35322, - "type": "host", - "sdpMid": "2", - "address": "192.168.100.46", - "priority": 2122194687, - "protocol": "udp", - "candidate": "candidate:1593173624 1 udp 2122194687 192.168.100.46 35322 typ host generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "1593173624", - "sdpMLineIndex": 2, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:38.571820" - }, - { - "id": "c9ec11a2-29f1-49e5-ba50-c8ba44e35504", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicegatheringstatechange", - "category": "connection", - "data": "gathering", - "created_at": "2022-04-19 16:59:38.592114" - }, - { - "id": "e294b7ab-d3c8-45d8-a59a-8073d9ebd727", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 37712, - "type": "srflx", - "sdpMid": "2", - "address": "217.156.131.8", - "priority": 1686052607, - "protocol": "udp", - "candidate": "candidate:939362821 1 udp 1686052607 217.156.131.8 37712 typ srflx raddr 172.20.0.1 rport 37712 generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "939362821", - "relatedPort": 37712, - "sdpMLineIndex": 2, - "relatedAddress": "172.20.0.1", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:38.647867" - }, - { - "id": "32c7464d-891c-4f70-bc1b-eac1769c5785", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "oniceconnectionstatechange", - "category": "connection", - "data": "checking", - "created_at": "2022-04-19 16:59:38.668162" - }, - { - "id": "4930fa3f-b733-4ecc-a5f9-de69b073e8f9", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": "089b47b2-814c-4a6a-8006-9b360340050b", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ontrack", - "category": "track", - "data": { - "id": "901da540-2346-4626-97c2-37dfc608c72b", - "kind": "audio", - "label": "901da540-2346-4626-97c2-37dfc608c72b", - "muted": true, - "enabled": true, - "settings": { - "deviceId": "901da540-2346-4626-97c2-37dfc608c72b", - "sampleSize": 16 - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "deviceId": "901da540-2346-4626-97c2-37dfc608c72b", - "sampleSize": { - "max": 16, - "min": 16 - }, - "autoGainControl": [ - false - ], - "echoCancellation": [ - false - ], - "noiseSuppression": [ - false - ] - }, - "constructorName": "MediaStreamTrack" - }, - "created_at": "2022-04-19 16:59:38.672721" - }, - { - "id": "8a0681f9-07e4-49e7-9990-bba238a1116a", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 57624, - "type": "srflx", - "sdpMid": "1", - "address": "217.156.131.8", - "priority": 1685987071, - "protocol": "udp", - "candidate": "candidate:2457393643 1 udp 1685987071 217.156.131.8 57624 typ srflx raddr 192.168.100.46 rport 57624 generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2457393643", - "relatedPort": 57624, - "sdpMLineIndex": 1, - "relatedAddress": "192.168.100.46", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:38.722224" - }, - { - "id": "4af95eb3-079b-4bb6-a7e9-20c5e0240377", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 40542, - "type": "host", - "sdpMid": "0", - "address": "172.20.0.1", - "priority": 2122260223, - "protocol": "udp", - "candidate": "candidate:3571191017 1 udp 2122260223 172.20.0.1 40542 typ host generation 0 ufrag ioNd network-id 1 network-cost 50", - "component": "rtp", - "foundation": "3571191017", - "sdpMLineIndex": 0, - "usernameFragment": "ioNd" - }, - "created_at": "2022-04-19 16:59:38.726869" - }, - { - "id": "fbc79c7e-d5d8-4b3f-be9e-468bcc03c560", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onconnectionstatechange", - "category": "connection", - "data": "connecting", - "created_at": "2022-04-19 16:59:38.732986" - }, - { - "id": "1a19ee7f-c4c2-4564-b646-3b074ba9ffe6", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": "a7c22043-1682-4d97-a2d7-c2f935d0d2a6", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ontrack", - "category": "track", - "data": { - "id": "d079df5a-a820-429c-8222-b3971fede1c7", - "kind": "video", - "label": "d079df5a-a820-429c-8222-b3971fede1c7", - "muted": true, - "enabled": true, - "settings": { - "deviceId": "d079df5a-a820-429c-8222-b3971fede1c7", - "resizeMode": "none" - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "deviceId": "d079df5a-a820-429c-8222-b3971fede1c7", - "facingMode": [], - "resizeMode": [ - "none", - "crop-and-scale" - ] - }, - "constructorName": "MediaStreamTrack" - }, - "created_at": "2022-04-19 16:59:38.755720" - }, - { - "id": "aac27b3f-2156-423d-8e33-e8463af4e6ae", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 38231, - "type": "srflx", - "sdpMid": "0", - "address": "217.156.131.8", - "priority": 1685987071, - "protocol": "udp", - "candidate": "candidate:2457393643 1 udp 1685987071 217.156.131.8 38231 typ srflx raddr 192.168.100.46 rport 38231 generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2457393643", - "relatedPort": 38231, - "sdpMLineIndex": 0, - "relatedAddress": "192.168.100.46", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:38.800669" - }, - { - "id": "0daec343-0f10-48a9-996b-cc2cde7acaa2", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 60727, - "type": "host", - "sdpMid": "0", - "address": "192.168.100.46", - "priority": 2122194687, - "protocol": "udp", - "candidate": "candidate:1593173624 1 udp 2122194687 192.168.100.46 60727 typ host generation 0 ufrag ioNd network-id 2 network-cost 10", - "component": "rtp", - "foundation": "1593173624", - "sdpMLineIndex": 0, - "usernameFragment": "ioNd" - }, - "created_at": "2022-04-19 16:59:38.823293" - }, - { - "id": "ac0f4ac3-6580-4ef1-ad28-e676e6ccfb2a", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 56816, - "type": "srflx", - "sdpMid": "0", - "address": "217.156.131.8", - "priority": 1686052607, - "protocol": "udp", - "candidate": "candidate:939362821 1 udp 1686052607 217.156.131.8 56816 typ srflx raddr 172.20.0.1 rport 56816 generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "939362821", - "relatedPort": 56816, - "sdpMLineIndex": 0, - "relatedAddress": "172.20.0.1", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:38.876303" - }, - { - "id": "0015e4b5-5b27-48ca-96a8-50711886663f", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "oniceconnectionstatechange", - "category": "connection", - "data": "connected", - "created_at": "2022-04-19 16:59:38.972814" - }, - { - "id": "cbb11ae0-4618-43bf-9260-252ee4f63b93", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 35322, - "type": "srflx", - "sdpMid": "2", - "address": "217.156.131.8", - "priority": 1685987071, - "protocol": "udp", - "candidate": "candidate:2457393643 1 udp 1685987071 217.156.131.8 35322 typ srflx raddr 192.168.100.46 rport 35322 generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2457393643", - "relatedPort": 35322, - "sdpMLineIndex": 2, - "relatedAddress": "192.168.100.46", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:39.027807" - }, - { - "id": "66855dbb-cf37-49c4-94fe-653178971a8d", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicegatheringstatechange", - "category": "connection", - "data": "complete", - "created_at": "2022-04-19 16:59:39.054514" - }, - { - "id": "93887147-80e1-415e-afa0-12df0a80231f", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 37062, - "type": "srflx", - "sdpMid": "1", - "address": "217.156.131.8", - "priority": 1686052607, - "protocol": "udp", - "candidate": "candidate:939362821 1 udp 1686052607 217.156.131.8 37062 typ srflx raddr 172.20.0.1 rport 37062 generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "939362821", - "relatedPort": 37062, - "sdpMLineIndex": 1, - "relatedAddress": "172.20.0.1", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:39.116338" - }, - { - "id": "92b363d1-ba1d-4636-9570-dd0e8e7e506e", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 16:59:39.150884" - }, - { - "id": "92fa99a0-4a26-4881-95b1-c6126006314d", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": null, - "created_at": "2022-04-19 16:59:39.238719" - }, - { - "id": "afca21f4-a3cc-49f7-9d02-1c6f9d1cdf44", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 16:59:39.240661" - }, - { - "id": "171a2400-2c1e-4554-9709-337910ca7373", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ondatachannel", - "category": "connection", - "data": null, - "created_at": "2022-04-19 16:59:39.338888" - }, - { - "id": "79b7becb-ee6a-4510-a2c3-70d603f675f3", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onconnectionstatechange", - "category": "connection", - "data": "connected", - "created_at": "2022-04-19 16:59:39.357383" - }, - { - "id": "aadd600d-4575-4ef8-9879-6734460949b6", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 16:59:39.361756" - }, - { - "id": "4d2126f9-62d9-4b31-9586-dc0d0f132abc", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 16:59:39.364904" - }, - { - "id": "3fd69627-a411-4ea6-95a9-0fcdc8ab2ead", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 16:59:39.547748" - }, - { - "id": "53e4abb1-3b30-4f0a-ae3a-76734a5be814", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "0", - "address": "192.168.100.46", - "tcpType": "active", - "priority": 1518214911, - "protocol": "tcp", - "candidate": "candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "276175496", - "sdpMLineIndex": 0, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:39.615456" - }, - { - "id": "e4dc3c33-dd1c-4e0d-bdf3-843d5b910542", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "0", - "address": "172.20.0.1", - "tcpType": "active", - "priority": 1518280447, - "protocol": "tcp", - "candidate": "candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2589978649", - "sdpMLineIndex": 0, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:39.623224" - }, - { - "id": "4a38026c-d654-4d8a-8221-d9d125a083c7", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "1", - "address": "192.168.100.46", - "tcpType": "active", - "priority": 1518214911, - "protocol": "tcp", - "candidate": "candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "276175496", - "sdpMLineIndex": 1, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:39.674507" - }, - { - "id": "9674fec0-ea8b-4e6d-85b4-19dade9e63e5", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 16:59:39.678991" - }, - { - "id": "276293d6-d927-4da4-89af-d72fb9d8a3f1", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "2", - "address": "172.20.0.1", - "tcpType": "active", - "priority": 1518280447, - "protocol": "tcp", - "candidate": "candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2589978649", - "sdpMLineIndex": 2, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:39.734935" - }, - { - "id": "9366effc-0df0-4b4d-ad5e-e54e483a0b07", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "1", - "address": "172.20.0.1", - "tcpType": "active", - "priority": 1518280447, - "protocol": "tcp", - "candidate": "candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2589978649", - "sdpMLineIndex": 1, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:39.761772" - }, - { - "id": "8867f959-f434-4b98-89a2-aa7b259080fc", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "2", - "address": "192.168.100.46", - "tcpType": "active", - "priority": 1518214911, - "protocol": "tcp", - "candidate": "candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "276175496", - "sdpMLineIndex": 2, - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:39.803401" - }, - { - "id": "f45aac82-0a0d-40fc-8178-9e57dd59f711", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "oniceconnectionstatechange", - "category": "connection", - "data": "checking", - "created_at": "2022-04-19 16:59:39.922690" - }, - { - "id": "9d6ecd63-201e-4edb-9525-a18420513713", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onconnectionstatechange", - "category": "connection", - "data": "connecting", - "created_at": "2022-04-19 16:59:39.966820" - }, - { - "id": "ba59d730-89d0-4608-9d36-b23eef566d61", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 50885, - "type": "relay", - "sdpMid": "1", - "address": "167.172.162.40", - "priority": 41886719, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886719 167.172.162.40 50885 typ relay raddr 217.156.131.8 rport 37062 generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 37062, - "sdpMLineIndex": 1, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.010810" - }, - { - "id": "aef9b92e-60e5-43a4-a691-af75617b3984", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 50794, - "type": "relay", - "sdpMid": "0", - "address": "167.172.162.40", - "priority": 41820927, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41820927 167.172.162.40 50794 typ relay raddr 217.156.131.8 rport 38231 generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 38231, - "sdpMLineIndex": 0, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.083735" - }, - { - "id": "e5278de5-ab07-4f94-8435-8be319e00401", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 62419, - "type": "relay", - "sdpMid": "0", - "address": "167.172.162.40", - "priority": 41886719, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886719 167.172.162.40 62419 typ relay raddr 217.156.131.8 rport 56816 generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 56816, - "sdpMLineIndex": 0, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.084134" - }, - { - "id": "ba4a59c9-7303-485b-8edd-e20be93fec5a", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 54764, - "type": "relay", - "sdpMid": "1", - "address": "167.172.162.40", - "priority": 41821183, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41821183 167.172.162.40 54764 typ relay raddr 217.156.131.8 rport 57624 generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 57624, - "sdpMLineIndex": 1, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.185159" - }, - { - "id": "0eddfe77-020b-465a-8cfe-82b2a789ae44", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 51728, - "type": "relay", - "sdpMid": "0", - "address": "167.172.162.40", - "priority": 41886463, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886463 167.172.162.40 51728 typ relay raddr 217.156.131.8 rport 56816 generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 56816, - "sdpMLineIndex": 0, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.186206" - }, - { - "id": "f31c890d-8015-4a54-9924-cdccee59f55b", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 49196, - "type": "relay", - "sdpMid": "0", - "address": "167.172.162.40", - "priority": 41821183, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41821183 167.172.162.40 49196 typ relay raddr 217.156.131.8 rport 38231 generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 38231, - "sdpMLineIndex": 0, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.265409" - }, - { - "id": "a182ee84-3452-45d0-b03d-5f2107fce6ee", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 53316, - "type": "relay", - "sdpMid": "1", - "address": "167.172.162.40", - "priority": 41820927, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41820927 167.172.162.40 53316 typ relay raddr 217.156.131.8 rport 57624 generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 57624, - "sdpMLineIndex": 1, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.268394" - }, - { - "id": "8b14adc6-f2af-4c86-8fa7-f336b43bccb1", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 65336, - "type": "relay", - "sdpMid": "2", - "address": "167.172.162.40", - "priority": 41886719, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886719 167.172.162.40 65336 typ relay raddr 217.156.131.8 rport 37712 generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 37712, - "sdpMLineIndex": 2, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.325158" - }, - { - "id": "5ad38ddc-b76b-4b25-af3b-4ea6ed1c6be3", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 62770, - "type": "relay", - "sdpMid": "2", - "address": "167.172.162.40", - "priority": 41886463, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886463 167.172.162.40 62770 typ relay raddr 217.156.131.8 rport 37712 generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 37712, - "sdpMLineIndex": 2, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.327771" - }, - { - "id": "5b2ab427-cc06-4177-84f4-69f2704d5a2b", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 60533, - "type": "relay", - "sdpMid": "2", - "address": "167.172.162.40", - "priority": 41820927, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41820927 167.172.162.40 60533 typ relay raddr 217.156.131.8 rport 35322 generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 35322, - "sdpMLineIndex": 2, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.380601" - }, - { - "id": "bb6f1686-2577-4561-aec7-1c1abc7bca18", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 59349, - "type": "relay", - "sdpMid": "1", - "address": "167.172.162.40", - "priority": 41886463, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886463 167.172.162.40 59349 typ relay raddr 217.156.131.8 rport 37062 generation 0 ufrag 5rBb network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 37062, - "sdpMLineIndex": 1, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.383983" - }, - { - "id": "f56049be-c81b-4ea8-84ad-f8d41e26da93", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 54593, - "type": "relay", - "sdpMid": "2", - "address": "167.172.162.40", - "priority": 41821183, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41821183 167.172.162.40 54593 typ relay raddr 217.156.131.8 rport 35322 generation 0 ufrag 5rBb network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 35322, - "sdpMLineIndex": 2, - "relatedAddress": "217.156.131.8", - "usernameFragment": "5rBb" - }, - "created_at": "2022-04-19 16:59:40.447635" - }, - { - "id": "b3cb9147-b1dd-4310-ba3f-7abd311f9242", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onsignalingstatechange", - "category": "connection", - "data": { - "signalingState": "stable", - "localDescription": { - "sdp": "v=0\r\no=- 1296434084242062147 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1 2\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\nm=audio 50794 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 167.172.162.40\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:3571191017 1 udp 2122260223 172.20.0.1 56816 typ host generation 0 network-id 1 network-cost 50\r\na=candidate:1593173624 1 udp 2122194687 192.168.100.46 38231 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2457393643 1 udp 1685987071 217.156.131.8 38231 typ srflx raddr 192.168.100.46 rport 38231 generation 0 network-id 2 network-cost 10\r\na=candidate:939362821 1 udp 1686052607 217.156.131.8 56816 typ srflx raddr 172.20.0.1 rport 56816 generation 0 network-id 1 network-cost 50\r\na=candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 network-id 1 network-cost 50\r\na=candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41820927 167.172.162.40 50794 typ relay raddr 217.156.131.8 rport 38231 generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41886719 167.172.162.40 62419 typ relay raddr 217.156.131.8 rport 56816 generation 0 network-id 1 network-cost 50\r\na=candidate:2230417640 1 udp 41886463 167.172.162.40 51728 typ relay raddr 217.156.131.8 rport 56816 generation 0 network-id 1 network-cost 50\r\na=candidate:2230417640 1 udp 41821183 167.172.162.40 49196 typ relay raddr 217.156.131.8 rport 38231 generation 0 network-id 2 network-cost 10\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=sendrecv\r\na=msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 35c722b4-77fb-4185-add2-11dfedae5c75\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:63 red/48000/2\r\na=fmtp:63 111/111\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\na=ssrc:1426257039 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:1426257039 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 35c722b4-77fb-4185-add2-11dfedae5c75\r\na=ssrc:1426257039 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:1426257039 label:35c722b4-77fb-4185-add2-11dfedae5c75\r\nm=video 50885 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 121 127 120 125 107 108 109 124 119 123 118 35 36 114 115 116\r\nc=IN IP4 167.172.162.40\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:3571191017 1 udp 2122260223 172.20.0.1 37062 typ host generation 0 network-id 1 network-cost 50\r\na=candidate:1593173624 1 udp 2122194687 192.168.100.46 57624 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2457393643 1 udp 1685987071 217.156.131.8 57624 typ srflx raddr 192.168.100.46 rport 57624 generation 0 network-id 2 network-cost 10\r\na=candidate:939362821 1 udp 1686052607 217.156.131.8 37062 typ srflx raddr 172.20.0.1 rport 37062 generation 0 network-id 1 network-cost 50\r\na=candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 network-id 1 network-cost 50\r\na=candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41886719 167.172.162.40 50885 typ relay raddr 217.156.131.8 rport 37062 generation 0 network-id 1 network-cost 50\r\na=candidate:2230417640 1 udp 41821183 167.172.162.40 54764 typ relay raddr 217.156.131.8 rport 57624 generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41820927 167.172.162.40 53316 typ relay raddr 217.156.131.8 rport 57624 generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41886463 167.172.162.40 59349 typ relay raddr 217.156.131.8 rport 37062 generation 0 network-id 1 network-cost 50\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:1\r\na=extmap:14 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:13 urn:3gpp:video-orientation\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay\r\na=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type\r\na=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing\r\na=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=sendrecv\r\na=msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:96 VP8/90000\r\na=rtcp-fb:96 goog-remb\r\na=rtcp-fb:96 transport-cc\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtpmap:97 rtx/90000\r\na=fmtp:97 apt=96\r\na=rtpmap:98 VP9/90000\r\na=rtcp-fb:98 goog-remb\r\na=rtcp-fb:98 transport-cc\r\na=rtcp-fb:98 ccm fir\r\na=rtcp-fb:98 nack\r\na=rtcp-fb:98 nack pli\r\na=fmtp:98 profile-id=0\r\na=rtpmap:99 rtx/90000\r\na=fmtp:99 apt=98\r\na=rtpmap:100 VP9/90000\r\na=rtcp-fb:100 goog-remb\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=fmtp:100 profile-id=2\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=100\r\na=rtpmap:102 H264/90000\r\na=rtcp-fb:102 goog-remb\r\na=rtcp-fb:102 transport-cc\r\na=rtcp-fb:102 ccm fir\r\na=rtcp-fb:102 nack\r\na=rtcp-fb:102 nack pli\r\na=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f\r\na=rtpmap:121 rtx/90000\r\na=fmtp:121 apt=102\r\na=rtpmap:127 H264/90000\r\na=rtcp-fb:127 goog-remb\r\na=rtcp-fb:127 transport-cc\r\na=rtcp-fb:127 ccm fir\r\na=rtcp-fb:127 nack\r\na=rtcp-fb:127 nack pli\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f\r\na=rtpmap:120 rtx/90000\r\na=fmtp:120 apt=127\r\na=rtpmap:125 H264/90000\r\na=rtcp-fb:125 goog-remb\r\na=rtcp-fb:125 transport-cc\r\na=rtcp-fb:125 ccm fir\r\na=rtcp-fb:125 nack\r\na=rtcp-fb:125 nack pli\r\na=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=rtpmap:107 rtx/90000\r\na=fmtp:107 apt=125\r\na=rtpmap:108 H264/90000\r\na=rtcp-fb:108 goog-remb\r\na=rtcp-fb:108 transport-cc\r\na=rtcp-fb:108 ccm fir\r\na=rtcp-fb:108 nack\r\na=rtcp-fb:108 nack pli\r\na=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f\r\na=rtpmap:109 rtx/90000\r\na=fmtp:109 apt=108\r\na=rtpmap:124 H264/90000\r\na=rtcp-fb:124 goog-remb\r\na=rtcp-fb:124 transport-cc\r\na=rtcp-fb:124 ccm fir\r\na=rtcp-fb:124 nack\r\na=rtcp-fb:124 nack pli\r\na=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f\r\na=rtpmap:119 rtx/90000\r\na=fmtp:119 apt=124\r\na=rtpmap:123 H264/90000\r\na=rtcp-fb:123 goog-remb\r\na=rtcp-fb:123 transport-cc\r\na=rtcp-fb:123 ccm fir\r\na=rtcp-fb:123 nack\r\na=rtcp-fb:123 nack pli\r\na=fmtp:123 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f\r\na=rtpmap:118 rtx/90000\r\na=fmtp:118 apt=123\r\na=rtpmap:35 AV1/90000\r\na=rtcp-fb:35 goog-remb\r\na=rtcp-fb:35 transport-cc\r\na=rtcp-fb:35 ccm fir\r\na=rtcp-fb:35 nack\r\na=rtcp-fb:35 nack pli\r\na=rtpmap:36 rtx/90000\r\na=fmtp:36 apt=35\r\na=rtpmap:114 red/90000\r\na=rtpmap:115 rtx/90000\r\na=fmtp:115 apt=114\r\na=rtpmap:116 ulpfec/90000\r\na=ssrc-group:FID 3755933090 4075699334\r\na=ssrc:3755933090 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:3755933090 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:3755933090 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:3755933090 label:8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:4075699334 cname:Yz/OES+hAxKpI9Ma\r\na=ssrc:4075699334 msid:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX 8c4eb618-0b2a-4c72-850e-0138dac66e90\r\na=ssrc:4075699334 mslabel:NLiE5B9FnqnUKQvW3XKQ13BiS6VmBC29xFVX\r\na=ssrc:4075699334 label:8c4eb618-0b2a-4c72-850e-0138dac66e90\r\nm=application 65336 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 167.172.162.40\r\na=candidate:3571191017 1 udp 2122260223 172.20.0.1 37712 typ host generation 0 network-id 1 network-cost 50\r\na=candidate:1593173624 1 udp 2122194687 192.168.100.46 35322 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:939362821 1 udp 1686052607 217.156.131.8 37712 typ srflx raddr 172.20.0.1 rport 37712 generation 0 network-id 1 network-cost 50\r\na=candidate:2457393643 1 udp 1685987071 217.156.131.8 35322 typ srflx raddr 192.168.100.46 rport 35322 generation 0 network-id 2 network-cost 10\r\na=candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 network-id 1 network-cost 50\r\na=candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41886719 167.172.162.40 65336 typ relay raddr 217.156.131.8 rport 37712 generation 0 network-id 1 network-cost 50\r\na=candidate:2230417640 1 udp 41886463 167.172.162.40 62770 typ relay raddr 217.156.131.8 rport 37712 generation 0 network-id 1 network-cost 50\r\na=candidate:2230417640 1 udp 41820927 167.172.162.40 60533 typ relay raddr 217.156.131.8 rport 35322 generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41821183 167.172.162.40 54593 typ relay raddr 217.156.131.8 rport 35322 generation 0 network-id 2 network-cost 10\r\na=ice-ufrag:5rBb\r\na=ice-pwd:wbJJzDBEHQwFIyC4/oVmJ8PK\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D9:BD:62:BD:CC:FB:2F:57:62:81:6A:57:10:3A:A3:62:CC:06:60:BB:27:2A:C1:68:63:85:35:AB:F3:12:4A:E2\r\na=setup:actpass\r\na=mid:2\r\na=sctp-port:5000\r\na=max-message-size:262144\r\n", - "type": "offer" - }, - "remoteDescription": { - "sdp": "v=0\r\no=- 4556113729292170702 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1 2\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS itMt9dsdoC0SRMdxYAItfizWts4kKKBxAL73\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:ioNd\r\na=ice-pwd:XoR7peMw+Z6FnrPcJ6N3m+mN\r\na=ice-options:trickle\r\na=fingerprint:sha-256 9D:87:95:22:CD:FB:90:C1:0E:DA:59:9B:7B:D4:28:73:9D:B2:CC:77:F8:FE:25:2C:3F:9E:EC:53:DB:99:B5:62\r\na=setup:active\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=sendrecv\r\na=msid:itMt9dsdoC0SRMdxYAItfizWts4kKKBxAL73 20c2d6aa-2ea8-46d9-b60c-d3504f269b9c\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:63 red/48000/2\r\na=fmtp:63 111/111\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\na=ssrc:1074976309 cname:X8N5ukIJBjda/kmU\r\nm=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 121 127 120 125 107 108 109 124 119 123 118 35 36 114 115 116\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:ioNd\r\na=ice-pwd:XoR7peMw+Z6FnrPcJ6N3m+mN\r\na=ice-options:trickle\r\na=fingerprint:sha-256 9D:87:95:22:CD:FB:90:C1:0E:DA:59:9B:7B:D4:28:73:9D:B2:CC:77:F8:FE:25:2C:3F:9E:EC:53:DB:99:B5:62\r\na=setup:active\r\na=mid:1\r\na=extmap:14 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:13 urn:3gpp:video-orientation\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay\r\na=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type\r\na=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing\r\na=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=sendrecv\r\na=msid:itMt9dsdoC0SRMdxYAItfizWts4kKKBxAL73 eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:96 VP8/90000\r\na=rtcp-fb:96 goog-remb\r\na=rtcp-fb:96 transport-cc\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtpmap:97 rtx/90000\r\na=fmtp:97 apt=96\r\na=rtpmap:98 VP9/90000\r\na=rtcp-fb:98 goog-remb\r\na=rtcp-fb:98 transport-cc\r\na=rtcp-fb:98 ccm fir\r\na=rtcp-fb:98 nack\r\na=rtcp-fb:98 nack pli\r\na=fmtp:98 profile-id=0\r\na=rtpmap:99 rtx/90000\r\na=fmtp:99 apt=98\r\na=rtpmap:100 VP9/90000\r\na=rtcp-fb:100 goog-remb\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=fmtp:100 profile-id=2\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=100\r\na=rtpmap:102 H264/90000\r\na=rtcp-fb:102 goog-remb\r\na=rtcp-fb:102 transport-cc\r\na=rtcp-fb:102 ccm fir\r\na=rtcp-fb:102 nack\r\na=rtcp-fb:102 nack pli\r\na=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f\r\na=rtpmap:121 rtx/90000\r\na=fmtp:121 apt=102\r\na=rtpmap:127 H264/90000\r\na=rtcp-fb:127 goog-remb\r\na=rtcp-fb:127 transport-cc\r\na=rtcp-fb:127 ccm fir\r\na=rtcp-fb:127 nack\r\na=rtcp-fb:127 nack pli\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f\r\na=rtpmap:120 rtx/90000\r\na=fmtp:120 apt=127\r\na=rtpmap:125 H264/90000\r\na=rtcp-fb:125 goog-remb\r\na=rtcp-fb:125 transport-cc\r\na=rtcp-fb:125 ccm fir\r\na=rtcp-fb:125 nack\r\na=rtcp-fb:125 nack pli\r\na=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=rtpmap:107 rtx/90000\r\na=fmtp:107 apt=125\r\na=rtpmap:108 H264/90000\r\na=rtcp-fb:108 goog-remb\r\na=rtcp-fb:108 transport-cc\r\na=rtcp-fb:108 ccm fir\r\na=rtcp-fb:108 nack\r\na=rtcp-fb:108 nack pli\r\na=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f\r\na=rtpmap:109 rtx/90000\r\na=fmtp:109 apt=108\r\na=rtpmap:124 H264/90000\r\na=rtcp-fb:124 goog-remb\r\na=rtcp-fb:124 transport-cc\r\na=rtcp-fb:124 ccm fir\r\na=rtcp-fb:124 nack\r\na=rtcp-fb:124 nack pli\r\na=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f\r\na=rtpmap:119 rtx/90000\r\na=fmtp:119 apt=124\r\na=rtpmap:123 H264/90000\r\na=rtcp-fb:123 goog-remb\r\na=rtcp-fb:123 transport-cc\r\na=rtcp-fb:123 ccm fir\r\na=rtcp-fb:123 nack\r\na=rtcp-fb:123 nack pli\r\na=fmtp:123 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f\r\na=rtpmap:118 rtx/90000\r\na=fmtp:118 apt=123\r\na=rtpmap:35 AV1/90000\r\na=rtcp-fb:35 goog-remb\r\na=rtcp-fb:35 transport-cc\r\na=rtcp-fb:35 ccm fir\r\na=rtcp-fb:35 nack\r\na=rtcp-fb:35 nack pli\r\na=rtpmap:36 rtx/90000\r\na=fmtp:36 apt=35\r\na=rtpmap:114 red/90000\r\na=rtpmap:115 rtx/90000\r\na=fmtp:115 apt=114\r\na=rtpmap:116 ulpfec/90000\r\na=ssrc-group:FID 3037276919 2505028050\r\na=ssrc:3037276919 cname:X8N5ukIJBjda/kmU\r\na=ssrc:2505028050 cname:X8N5ukIJBjda/kmU\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=ice-ufrag:ioNd\r\na=ice-pwd:XoR7peMw+Z6FnrPcJ6N3m+mN\r\na=ice-options:trickle\r\na=fingerprint:sha-256 9D:87:95:22:CD:FB:90:C1:0E:DA:59:9B:7B:D4:28:73:9D:B2:CC:77:F8:FE:25:2C:3F:9E:EC:53:DB:99:B5:62\r\na=setup:active\r\na=mid:2\r\na=sctp-port:5000\r\na=max-message-size:262144\r\n", - "type": "answer" - } - }, - "created_at": "2022-04-19 16:59:40.568140" - }, - { - "id": "2249def9-2b0e-4b6b-a5cc-10fc1f35b958", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": "ea711903-3947-4305-95d6-0ec4179ad2f3", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ontrack", - "category": "track", - "data": { - "id": "29e4fe95-c493-44a1-8436-e0898772645b", - "kind": "video", - "label": "29e4fe95-c493-44a1-8436-e0898772645b", - "muted": true, - "enabled": true, - "settings": { - "deviceId": "29e4fe95-c493-44a1-8436-e0898772645b", - "resizeMode": "none" - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "deviceId": "29e4fe95-c493-44a1-8436-e0898772645b", - "facingMode": [], - "resizeMode": [ - "none", - "crop-and-scale" - ] - }, - "constructorName": "MediaStreamTrack" - }, - "created_at": "2022-04-19 16:59:40.664857" - }, - { - "id": "579db00b-acb5-4ab0-a86c-38b86bd7ad27", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 16:59:40.678338" - }, - { - "id": "ad111d02-2897-4e22-931d-807b48da9bfe", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": "f3cfc572-377a-4457-9ac5-651e0067fa1c", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ontrack", - "category": "track", - "data": { - "id": "42d98e80-3ca6-45b4-998b-d8a51975661b", - "kind": "audio", - "label": "42d98e80-3ca6-45b4-998b-d8a51975661b", - "muted": true, - "enabled": true, - "settings": { - "deviceId": "42d98e80-3ca6-45b4-998b-d8a51975661b", - "sampleSize": 16 - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "deviceId": "42d98e80-3ca6-45b4-998b-d8a51975661b", - "sampleSize": { - "max": 16, - "min": 16 - }, - "autoGainControl": [ - false - ], - "echoCancellation": [ - false - ], - "noiseSuppression": [ - false - ] - }, - "constructorName": "MediaStreamTrack" - }, - "created_at": "2022-04-19 16:59:40.745956" - }, - { - "id": "3a7292dd-99d4-4350-b969-3b819c25241e", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 16:59:40.754511" - }, - { - "id": "e6ccd7b2-a1e9-465b-8d38-1f158e40969e", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "oniceconnectionstatechange", - "category": "connection", - "data": "connected", - "created_at": "2022-04-19 16:59:40.795817" - }, - { - "id": "445d5bde-2af9-484d-9364-abc1847cd357", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicegatheringstatechange", - "category": "connection", - "data": "complete", - "created_at": "2022-04-19 16:59:40.848011" - }, - { - "id": "b5daaa27-2c74-4d06-8d7e-5f1cbc3193d3", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": null, - "created_at": "2022-04-19 16:59:40.857451" - }, - { - "id": "edffc8eb-21d0-4c37-badc-dd44a7fbbed9", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onconnectionstatechange", - "category": "connection", - "data": "connected", - "created_at": "2022-04-19 16:59:40.912219" - }, - { - "id": "7b4d6de2-36af-44bb-8d88-99ea4ce1a63d", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": "ea711903-3947-4305-95d6-0ec4179ad2f3", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 16:59:40.959796" - }, - { - "id": "e237ca8a-c8d5-4458-905e-4c8badf78ff7", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": "89a89195-d3e2-4ddd-a7ad-16731813455a", - "track": "f3cfc572-377a-4457-9ac5-651e0067fa1c", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 16:59:41.027321" - }, - { - "id": "d502b64a-f3cd-4573-a36b-a0587ffd654e", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": null, - "session": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unload", - "category": "browser", - "data": null, - "created_at": "2022-04-19 17:00:31.970033" - }, - { - "id": "abff1788-b7f0-492b-b510-20e80a95dd57", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": "089b47b2-814c-4a6a-8006-9b360340050b", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "mute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:32.206425" - }, - { - "id": "7f5f61a8-383b-4ead-aa02-3fbb1eed9e92", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": "089b47b2-814c-4a6a-8006-9b360340050b", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ended", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:32.871992" - }, - { - "id": "22fec3ea-5176-48f4-a014-35b4d6a32ea3", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": "a7c22043-1682-4d97-a2d7-c2f935d0d2a6", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ended", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:32.906952" - }, - { - "id": "2f287dc0-f1a5-489c-b6f8-d7169c1673bc", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onconnectionstatechange", - "category": "connection", - "data": "closed", - "created_at": "2022-04-19 17:00:32.976000" - }, - { - "id": "ed8eb930-80d7-4bfb-96de-26e4c50ca749", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "ddaf3f34-1f80-44e9-bc5c-8340f3deec98", - "track": "a7c22043-1682-4d97-a2d7-c2f935d0d2a6", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "mute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:33.144054" - }, - { - "id": "dee808b3-d22c-4faa-a65e-674f5d3bd5de", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": null, - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "getUserMedia", - "category": "getUserMedia", - "data": { - "constraints": { - "audio": true, - "video": true - } - }, - "created_at": "2022-04-19 17:00:33.169661" - }, - { - "id": "73ec5b55-2522-463a-95ee-6cad54930706", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": null, - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "getUserMedia", - "category": "getUserMedia", - "data": { - "audio": [ - { - "id": "518d51e2-ab21-4035-b20b-a62331fb3ea6", - "kind": "audio", - "label": "Default", - "muted": true, - "_track": {}, - "enabled": true, - "settings": { - "groupId": "b9096cd4dd831971499bc9c2fabd3b07298dc0fb8772a60ae8b87fd7fb80f9e0", - "latency": 0.01, - "deviceId": "default", - "sampleRate": 48000, - "sampleSize": 16, - "channelCount": 1, - "autoGainControl": true, - "echoCancellation": true, - "noiseSuppression": true - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "groupId": "b9096cd4dd831971499bc9c2fabd3b07298dc0fb8772a60ae8b87fd7fb80f9e0", - "latency": { - "max": 0.023219, - "min": 0.01 - }, - "deviceId": "default", - "sampleRate": { - "max": 48000, - "min": 44100 - }, - "sampleSize": { - "max": 16, - "min": 16 - }, - "channelCount": { - "max": 2, - "min": 1 - }, - "autoGainControl": [ - true, - false - ], - "echoCancellation": [ - true, - false - ], - "noiseSuppression": [ - true, - false - ] - }, - "constructorName": "MediaStreamTrack" - } - ], - "video": [ - { - "id": "b649bdb4-987c-4d73-890a-4ac7f9768324", - "kind": "video", - "label": "Integrated Webcam (0bda:565c)", - "muted": false, - "_track": {}, - "enabled": true, - "settings": { - "width": 640, - "height": 480, - "groupId": "92c02d0316e188ba675f698854fb460267d98a11fa27abe70251ae1517a02cf5", - "contrast": 0, - "deviceId": "332b4e09e020ce8f5afcd7516d08c1a51f290695f9e49fb5f33989f9074d74c4", - "frameRate": 30, - "sharpness": 2, - "brightness": 0, - "resizeMode": "none", - "saturation": 64, - "aspectRatio": 1.3333333333333333, - "exposureMode": "continuous", - "exposureTime": 156, - "colorTemperature": 4600, - "whiteBalanceMode": "continuous" - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "width": { - "max": 1280, - "min": 1 - }, - "height": { - "max": 720, - "min": 1 - }, - "groupId": "92c02d0316e188ba675f698854fb460267d98a11fa27abe70251ae1517a02cf5", - "contrast": { - "max": 95, - "min": 0, - "step": 1 - }, - "deviceId": "332b4e09e020ce8f5afcd7516d08c1a51f290695f9e49fb5f33989f9074d74c4", - "frameRate": { - "max": 30, - "min": 0 - }, - "sharpness": { - "max": 7, - "min": 1, - "step": 1 - }, - "brightness": { - "max": 64, - "min": -64, - "step": 1 - }, - "facingMode": [], - "resizeMode": [ - "none", - "crop-and-scale" - ], - "saturation": { - "max": 100, - "min": 0, - "step": 1 - }, - "aspectRatio": { - "max": 1280, - "min": 0.001388888888888889 - }, - "exposureMode": [ - "manual", - "continuous" - ], - "exposureTime": { - "max": 625, - "min": 10, - "step": 1 - }, - "colorTemperature": { - "max": 6500, - "min": 2800, - "step": 10 - }, - "whiteBalanceMode": [ - "manual", - "continuous" - ] - }, - "constructorName": "MediaStreamTrack" - } - ] - }, - "created_at": "2022-04-19 17:00:33.289221" - }, - { - "id": "60827a10-a47f-4614-b438-8fee140d6ae1", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "addConnection", - "category": "connection", - "data": null, - "created_at": "2022-04-19 17:00:35.698050" - }, - { - "id": "b0a96416-2821-491b-a743-54181a242d79", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "addConnection", - "category": "connection", - "data": null, - "created_at": "2022-04-19 17:00:35.700527" - }, - { - "id": "ac6ead22-e960-4022-8603-22591e1a8382", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": "c944354b-7b39-4762-a74b-3c251d86f2c7", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:35.848185" - }, - { - "id": "c25070d2-9003-4f8f-8d43-b1b99b16c843", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": "3d177ee2-9ecb-4ac5-b807-ac9a8ef0b852", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:35.854234" - }, - { - "id": "d4988099-6fdb-4425-a7c4-75b61655cd11", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "peerDetails", - "category": "connection", - "data": { - "options": { - "peerId": "1605445711866" - }, - "peerConfiguration": { - "iceServers": [ - { - "urls": [ - "stun:fr-turn1.xirsys.com" - ], - "username": "" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:80?transport=udp" - ], - "username": "UXa2_MNyQIcr9ZtTkJxcYE3aTU5LqfoXZN8VbAf78NuKAcc6TgYXLdarkLE9VEouAAAAAGJe6rFwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:3478?transport=udp" - ], - "username": "UXa2_MNyQIcr9ZtTkJxcYE3aTU5LqfoXZN8VbAf78NuKAcc6TgYXLdarkLE9VEouAAAAAGJe6rFwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:80?transport=tcp" - ], - "username": "UXa2_MNyQIcr9ZtTkJxcYE3aTU5LqfoXZN8VbAf78NuKAcc6TgYXLdarkLE9VEouAAAAAGJe6rFwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turn:fr-turn1.xirsys.com:3478?transport=tcp" - ], - "username": "UXa2_MNyQIcr9ZtTkJxcYE3aTU5LqfoXZN8VbAf78NuKAcc6TgYXLdarkLE9VEouAAAAAGJe6rFwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turns:fr-turn1.xirsys.com:443?transport=tcp" - ], - "username": "UXa2_MNyQIcr9ZtTkJxcYE3aTU5LqfoXZN8VbAf78NuKAcc6TgYXLdarkLE9VEouAAAAAGJe6rFwZWVybWV0cmljcw==" - }, - { - "urls": [ - "turns:fr-turn1.xirsys.com:5349?transport=tcp" - ], - "username": "UXa2_MNyQIcr9ZtTkJxcYE3aTU5LqfoXZN8VbAf78NuKAcc6TgYXLdarkLE9VEouAAAAAGJe6rFwZWVybWV0cmljcw==" - } - ], - "bundlePolicy": "balanced", - "sdpSemantics": "unified-plan", - "rtcpMuxPolicy": "require", - "iceTransportPolicy": "all", - "iceCandidatePoolSize": 0, - "encodedInsertableStreams": false - } - }, - "created_at": "2022-04-19 17:00:35.892428" - }, - { - "id": "b6778313-5c42-424d-8aae-ba7004471d87", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": null, - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:35.993113" - }, - { - "id": "4555e34e-4b61-4faf-bb19-41ee4ad10c71", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onnegotiationneeded", - "category": "connection", - "data": null, - "created_at": "2022-04-19 17:00:36.002513" - }, - { - "id": "1aab1088-9e6b-441b-8a37-e286781b3ba1", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onsignalingstatechange", - "category": "connection", - "data": { - "signalingState": "have-local-offer", - "localDescription": { - "sdp": "v=0\r\no=- 4688231840858944687 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1 2\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS 1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:GjpY\r\na=ice-pwd:P/8vdpcWZKTw7+hMvzTiqOmA\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D6:F4:5B:8D:52:17:3C:12:22:25:F0:09:12:70:F4:40:9F:D7:0F:FD:9E:6B:BF:12:8A:1B:EF:96:CD:D9:FA:93\r\na=setup:actpass\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=sendrecv\r\na=msid:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn 518d51e2-ab21-4035-b20b-a62331fb3ea6\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:63 red/48000/2\r\na=fmtp:63 111/111\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\na=ssrc:4195962879 cname:DrvW2TL/p2M/fiJf\r\na=ssrc:4195962879 msid:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn 518d51e2-ab21-4035-b20b-a62331fb3ea6\r\na=ssrc:4195962879 mslabel:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn\r\na=ssrc:4195962879 label:518d51e2-ab21-4035-b20b-a62331fb3ea6\r\nm=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 121 127 120 125 107 108 109 124 119 123 118 35 36 114 115 116\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:GjpY\r\na=ice-pwd:P/8vdpcWZKTw7+hMvzTiqOmA\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D6:F4:5B:8D:52:17:3C:12:22:25:F0:09:12:70:F4:40:9F:D7:0F:FD:9E:6B:BF:12:8A:1B:EF:96:CD:D9:FA:93\r\na=setup:actpass\r\na=mid:1\r\na=extmap:14 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:13 urn:3gpp:video-orientation\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay\r\na=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type\r\na=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing\r\na=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=sendrecv\r\na=msid:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn b649bdb4-987c-4d73-890a-4ac7f9768324\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:96 VP8/90000\r\na=rtcp-fb:96 goog-remb\r\na=rtcp-fb:96 transport-cc\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtpmap:97 rtx/90000\r\na=fmtp:97 apt=96\r\na=rtpmap:98 VP9/90000\r\na=rtcp-fb:98 goog-remb\r\na=rtcp-fb:98 transport-cc\r\na=rtcp-fb:98 ccm fir\r\na=rtcp-fb:98 nack\r\na=rtcp-fb:98 nack pli\r\na=fmtp:98 profile-id=0\r\na=rtpmap:99 rtx/90000\r\na=fmtp:99 apt=98\r\na=rtpmap:100 VP9/90000\r\na=rtcp-fb:100 goog-remb\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=fmtp:100 profile-id=2\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=100\r\na=rtpmap:102 H264/90000\r\na=rtcp-fb:102 goog-remb\r\na=rtcp-fb:102 transport-cc\r\na=rtcp-fb:102 ccm fir\r\na=rtcp-fb:102 nack\r\na=rtcp-fb:102 nack pli\r\na=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f\r\na=rtpmap:121 rtx/90000\r\na=fmtp:121 apt=102\r\na=rtpmap:127 H264/90000\r\na=rtcp-fb:127 goog-remb\r\na=rtcp-fb:127 transport-cc\r\na=rtcp-fb:127 ccm fir\r\na=rtcp-fb:127 nack\r\na=rtcp-fb:127 nack pli\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f\r\na=rtpmap:120 rtx/90000\r\na=fmtp:120 apt=127\r\na=rtpmap:125 H264/90000\r\na=rtcp-fb:125 goog-remb\r\na=rtcp-fb:125 transport-cc\r\na=rtcp-fb:125 ccm fir\r\na=rtcp-fb:125 nack\r\na=rtcp-fb:125 nack pli\r\na=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=rtpmap:107 rtx/90000\r\na=fmtp:107 apt=125\r\na=rtpmap:108 H264/90000\r\na=rtcp-fb:108 goog-remb\r\na=rtcp-fb:108 transport-cc\r\na=rtcp-fb:108 ccm fir\r\na=rtcp-fb:108 nack\r\na=rtcp-fb:108 nack pli\r\na=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f\r\na=rtpmap:109 rtx/90000\r\na=fmtp:109 apt=108\r\na=rtpmap:124 H264/90000\r\na=rtcp-fb:124 goog-remb\r\na=rtcp-fb:124 transport-cc\r\na=rtcp-fb:124 ccm fir\r\na=rtcp-fb:124 nack\r\na=rtcp-fb:124 nack pli\r\na=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f\r\na=rtpmap:119 rtx/90000\r\na=fmtp:119 apt=124\r\na=rtpmap:123 H264/90000\r\na=rtcp-fb:123 goog-remb\r\na=rtcp-fb:123 transport-cc\r\na=rtcp-fb:123 ccm fir\r\na=rtcp-fb:123 nack\r\na=rtcp-fb:123 nack pli\r\na=fmtp:123 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f\r\na=rtpmap:118 rtx/90000\r\na=fmtp:118 apt=123\r\na=rtpmap:35 AV1/90000\r\na=rtcp-fb:35 goog-remb\r\na=rtcp-fb:35 transport-cc\r\na=rtcp-fb:35 ccm fir\r\na=rtcp-fb:35 nack\r\na=rtcp-fb:35 nack pli\r\na=rtpmap:36 rtx/90000\r\na=fmtp:36 apt=35\r\na=rtpmap:114 red/90000\r\na=rtpmap:115 rtx/90000\r\na=fmtp:115 apt=114\r\na=rtpmap:116 ulpfec/90000\r\na=ssrc-group:FID 3438370837 2188798731\r\na=ssrc:3438370837 cname:DrvW2TL/p2M/fiJf\r\na=ssrc:3438370837 msid:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn b649bdb4-987c-4d73-890a-4ac7f9768324\r\na=ssrc:3438370837 mslabel:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn\r\na=ssrc:3438370837 label:b649bdb4-987c-4d73-890a-4ac7f9768324\r\na=ssrc:2188798731 cname:DrvW2TL/p2M/fiJf\r\na=ssrc:2188798731 msid:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn b649bdb4-987c-4d73-890a-4ac7f9768324\r\na=ssrc:2188798731 mslabel:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn\r\na=ssrc:2188798731 label:b649bdb4-987c-4d73-890a-4ac7f9768324\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=ice-ufrag:GjpY\r\na=ice-pwd:P/8vdpcWZKTw7+hMvzTiqOmA\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D6:F4:5B:8D:52:17:3C:12:22:25:F0:09:12:70:F4:40:9F:D7:0F:FD:9E:6B:BF:12:8A:1B:EF:96:CD:D9:FA:93\r\na=setup:actpass\r\na=mid:2\r\na=sctp-port:5000\r\na=max-message-size:262144\r\n", - "type": "offer" - }, - "remoteDescription": null - }, - "created_at": "2022-04-19 17:00:36.046525" - }, - { - "id": "84863cd6-752d-4bc6-a7ab-4d310945f50f", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": null, - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:36.048970" - }, - { - "id": "f081bb8c-eadf-432b-b2ff-5da3ca75aa9d", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onconnectionstatechange", - "category": "connection", - "data": "connected", - "created_at": "2022-04-19 17:00:36.085897" - }, - { - "id": "543952dd-45dd-409e-af4b-3cdc01d312a1", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicegatheringstatechange", - "category": "connection", - "data": "gathering", - "created_at": "2022-04-19 17:00:36.086582" - }, - { - "id": "9514b5ae-f501-4327-8b9c-0f292661dd90", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ondatachannel", - "category": "connection", - "data": null, - "created_at": "2022-04-19 17:00:36.124719" - }, - { - "id": "ac8a1109-4aa7-4591-8de8-39829017c876", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 49200, - "type": "host", - "sdpMid": "0", - "address": "172.20.0.1", - "priority": 2122260223, - "protocol": "udp", - "candidate": "candidate:3571191017 1 udp 2122260223 172.20.0.1 49200 typ host generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "3571191017", - "sdpMLineIndex": 0, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:36.131964" - }, - { - "id": "5655ef89-a735-46b7-83b8-d052b2d60a6b", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": null, - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:36.143408" - }, - { - "id": "3aff3a6d-84f6-4747-a4a8-2db0de221650", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": null, - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:36.198323" - }, - { - "id": "4b1826b8-5978-41bb-9c6f-278127dd44c7", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:36.206587" - }, - { - "id": "9ba67c14-16db-4fb1-ae10-0d05a5dbbfc5", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": null, - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:36.317184" - }, - { - "id": "c3fd0695-4627-45fc-80b3-5c9ae74b47a4", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 54123, - "type": "host", - "sdpMid": "0", - "address": "192.168.100.46", - "priority": 2122194687, - "protocol": "udp", - "candidate": "candidate:1593173624 1 udp 2122194687 192.168.100.46 54123 typ host generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "1593173624", - "sdpMLineIndex": 0, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:36.414386" - }, - { - "id": "bd29a16e-be9a-4432-b1f1-05151c6884f0", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 57786, - "type": "host", - "sdpMid": "1", - "address": "172.20.0.1", - "priority": 2122260223, - "protocol": "udp", - "candidate": "candidate:3571191017 1 udp 2122260223 172.20.0.1 57786 typ host generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "3571191017", - "sdpMLineIndex": 1, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:36.469851" - }, - { - "id": "af9eaefe-b17f-4743-b6de-62908e30b843", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 401 - }, - "created_at": "2022-04-19 17:00:36.498399" - }, - { - "id": "246c4fed-84f8-437c-8ae8-a58a27623213", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 60463, - "type": "host", - "sdpMid": "1", - "address": "192.168.100.46", - "priority": 2122194687, - "protocol": "udp", - "candidate": "candidate:1593173624 1 udp 2122194687 192.168.100.46 60463 typ host generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "1593173624", - "sdpMLineIndex": 1, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:36.534286" - }, - { - "id": "f9d4fcd1-dbfc-4152-894b-17cb91b4d301", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 401 - }, - "created_at": "2022-04-19 17:00:36.539575" - }, - { - "id": "c91423e5-5de9-44cd-9e9a-80889945bf33", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 53990, - "type": "host", - "sdpMid": "2", - "address": "172.20.0.1", - "priority": 2122260223, - "protocol": "udp", - "candidate": "candidate:3571191017 1 udp 2122260223 172.20.0.1 53990 typ host generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "3571191017", - "sdpMLineIndex": 2, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:36.585322" - }, - { - "id": "fad3658c-5ca3-46eb-8bdc-283bc838e3d7", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:36.591257" - }, - { - "id": "904ab435-8474-4292-8e32-a4502a58446a", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 34792, - "type": "host", - "sdpMid": "2", - "address": "192.168.100.46", - "priority": 2122194687, - "protocol": "udp", - "candidate": "candidate:1593173624 1 udp 2122194687 192.168.100.46 34792 typ host generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "1593173624", - "sdpMLineIndex": 2, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:36.605195" - }, - { - "id": "07d53876-9dfb-406f-a28d-03274811c70a", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 401 - }, - "created_at": "2022-04-19 17:00:36.633380" - }, - { - "id": "3486911a-bca1-4b19-970e-35be957da67d", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": "bb0ca59b-97d3-474a-a373-02263ba326a6", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:36.685818" - }, - { - "id": "99eb1dc9-8e39-44c9-83e3-b9d5246258d1", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 53990, - "type": "srflx", - "sdpMid": "2", - "address": "217.156.131.8", - "priority": 1686052607, - "protocol": "udp", - "candidate": "candidate:939362821 1 udp 1686052607 217.156.131.8 53990 typ srflx raddr 172.20.0.1 rport 53990 generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "939362821", - "relatedPort": 53990, - "sdpMLineIndex": 2, - "relatedAddress": "172.20.0.1", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:36.691726" - }, - { - "id": "d185cdaa-ba7f-451b-b444-533981131cc0", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:36.701369" - }, - { - "id": "29950e2c-cd1e-4bd8-95f9-eff0ee6f43c5", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:36.820516" - }, - { - "id": "5e5ed6fe-c95b-468a-bf9c-3957efe09dde", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 49200, - "type": "srflx", - "sdpMid": "0", - "address": "217.156.131.8", - "priority": 1686052607, - "protocol": "udp", - "candidate": "candidate:939362821 1 udp 1686052607 217.156.131.8 49200 typ srflx raddr 172.20.0.1 rport 49200 generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "939362821", - "relatedPort": 49200, - "sdpMLineIndex": 0, - "relatedAddress": "172.20.0.1", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:36.971276" - }, - { - "id": "73fff86f-0388-4066-a276-6f1df6e5bb14", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 57786, - "type": "srflx", - "sdpMid": "1", - "address": "217.156.131.8", - "priority": 1686052607, - "protocol": "udp", - "candidate": "candidate:939362821 1 udp 1686052607 217.156.131.8 57786 typ srflx raddr 172.20.0.1 rport 57786 generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "939362821", - "relatedPort": 57786, - "sdpMLineIndex": 1, - "relatedAddress": "172.20.0.1", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.032350" - }, - { - "id": "2888a9d4-378b-4c8f-a081-73c6bcc9e755", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 401 - }, - "created_at": "2022-04-19 17:00:37.036156" - }, - { - "id": "c2d3e136-62dc-412a-955b-e137d39fc9d9", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 54123, - "type": "srflx", - "sdpMid": "0", - "address": "217.156.131.8", - "priority": 1685987071, - "protocol": "udp", - "candidate": "candidate:2457393643 1 udp 1685987071 217.156.131.8 54123 typ srflx raddr 192.168.100.46 rport 54123 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2457393643", - "relatedPort": 54123, - "sdpMLineIndex": 0, - "relatedAddress": "192.168.100.46", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.044665" - }, - { - "id": "966e2183-411b-42c0-84c5-ba3713232da8", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 401 - }, - "created_at": "2022-04-19 17:00:37.091086" - }, - { - "id": "4d38051b-9560-46e5-b0e4-00b287d98950", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 34792, - "type": "srflx", - "sdpMid": "2", - "address": "217.156.131.8", - "priority": 1685987071, - "protocol": "udp", - "candidate": "candidate:2457393643 1 udp 1685987071 217.156.131.8 34792 typ srflx raddr 192.168.100.46 rport 34792 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2457393643", - "relatedPort": 34792, - "sdpMLineIndex": 2, - "relatedAddress": "192.168.100.46", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.096497" - }, - { - "id": "a61e99b8-3e30-4171-ac3c-945fd7317dce", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 60463, - "type": "srflx", - "sdpMid": "1", - "address": "217.156.131.8", - "priority": 1685987071, - "protocol": "udp", - "candidate": "candidate:2457393643 1 udp 1685987071 217.156.131.8 60463 typ srflx raddr 192.168.100.46 rport 60463 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2457393643", - "relatedPort": 60463, - "sdpMLineIndex": 1, - "relatedAddress": "192.168.100.46", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.114715" - }, - { - "id": "c1aff496-af7f-4150-8c8e-4fa679b54a8e", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 401 - }, - "created_at": "2022-04-19 17:00:37.147486" - }, - { - "id": "58d527aa-69df-4387-9628-2cbfd00a1e87", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 401 - }, - "created_at": "2022-04-19 17:00:37.191300" - }, - { - "id": "39f81a09-b999-4c1c-8839-3cedabcd2104", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "0", - "address": "172.20.0.1", - "tcpType": "active", - "priority": 1518280447, - "protocol": "tcp", - "candidate": "candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2589978649", - "sdpMLineIndex": 0, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.236461" - }, - { - "id": "cd773073-b602-4804-a659-4b22269ec143", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:37.239348" - }, - { - "id": "5f72fd6c-1a9a-4fbb-a88a-35c0bdeebccf", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 401 - }, - "created_at": "2022-04-19 17:00:37.248853" - }, - { - "id": "085f9064-5f9e-4608-88bd-0cb572cd229e", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "0", - "address": "192.168.100.46", - "tcpType": "active", - "priority": 1518214911, - "protocol": "tcp", - "candidate": "candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "276175496", - "sdpMLineIndex": 0, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.309949" - }, - { - "id": "c15f2003-5f87-4768-ba33-f7e0315680da", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "1", - "address": "172.20.0.1", - "tcpType": "active", - "priority": 1518280447, - "protocol": "tcp", - "candidate": "candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2589978649", - "sdpMLineIndex": 1, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.345914" - }, - { - "id": "d4ed5075-68bb-4fb0-a6ff-38330de7feed", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "1", - "address": "192.168.100.46", - "tcpType": "active", - "priority": 1518214911, - "protocol": "tcp", - "candidate": "candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "276175496", - "sdpMLineIndex": 1, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.427430" - }, - { - "id": "7a93b844-2768-4077-b4d8-8de1150b6248", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "2", - "address": "172.20.0.1", - "tcpType": "active", - "priority": 1518280447, - "protocol": "tcp", - "candidate": "candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2589978649", - "sdpMLineIndex": 2, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.496076" - }, - { - "id": "f65f4f57-fa94-4949-a8bd-e55519aec3f8", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 9, - "type": "host", - "sdpMid": "2", - "address": "192.168.100.46", - "tcpType": "active", - "priority": 1518214911, - "protocol": "tcp", - "candidate": "candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "276175496", - "sdpMLineIndex": 2, - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.544049" - }, - { - "id": "48c7e9b1-3a96-4813-bf50-f4378e21b12c", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:37.580109" - }, - { - "id": "bd36f245-0468-443c-9f46-1d602f009a7a", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:37.597558" - }, - { - "id": "bdc1e569-acaf-4b31-aa08-f4a7870fa408", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": null, - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:37.652426" - }, - { - "id": "cd51afc7-a40a-4cbf-80c3-ed51d8d12924", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:37.667106" - }, - { - "id": "7c94baa9-8148-4464-a416-bc1297e0d1e2", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:37.758420" - }, - { - "id": "30b8c7f8-1f22-48e1-9614-571c9e5a58b9", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 54439, - "type": "relay", - "sdpMid": "0", - "address": "167.172.162.40", - "priority": 41886719, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886719 167.172.162.40 54439 typ relay raddr 217.156.131.8 rport 49200 generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 49200, - "sdpMLineIndex": 0, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.850999" - }, - { - "id": "a7af1f37-b746-4b45-8a67-36b063a53f35", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 53222, - "type": "relay", - "sdpMid": "1", - "address": "167.172.162.40", - "priority": 41886719, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886719 167.172.162.40 53222 typ relay raddr 217.156.131.8 rport 57786 generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 57786, - "sdpMLineIndex": 1, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.883806" - }, - { - "id": "d209e6dc-7d39-4799-aba2-b317afea32a1", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 57911, - "type": "relay", - "sdpMid": "1", - "address": "167.172.162.40", - "priority": 41821183, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41821183 167.172.162.40 57911 typ relay raddr 217.156.131.8 rport 60463 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 60463, - "sdpMLineIndex": 1, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:37.947773" - }, - { - "id": "aeeac73c-8c95-49f5-8556-e91e660c1db4", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:37.975524" - }, - { - "id": "416fd570-c7bb-4b14-9c55-59dc32ed70a2", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": "5214d331-74ea-4bf3-85a4-d03b2aece53d", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unmute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:00:38.012810" - }, - { - "id": "ee20c637-831a-4bb0-816f-00eda9c0d3b1", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 63514, - "type": "relay", - "sdpMid": "1", - "address": "167.172.162.40", - "priority": 41886463, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886463 167.172.162.40 63514 typ relay raddr 217.156.131.8 rport 57786 generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 57786, - "sdpMLineIndex": 1, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.050916" - }, - { - "id": "89c4c28b-f35b-4a2e-8878-f3303ea5a357", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 49480, - "type": "relay", - "sdpMid": "2", - "address": "167.172.162.40", - "priority": 41886719, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886719 167.172.162.40 49480 typ relay raddr 217.156.131.8 rport 53990 generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 53990, - "sdpMLineIndex": 2, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.080228" - }, - { - "id": "f83b4181-67db-4d03-a419-ec58c0264166", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 50851, - "type": "relay", - "sdpMid": "0", - "address": "167.172.162.40", - "priority": 41820927, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41820927 167.172.162.40 50851 typ relay raddr 217.156.131.8 rport 54123 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 54123, - "sdpMLineIndex": 0, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.107446" - }, - { - "id": "4a8a487f-4b34-4d9e-b7ac-135d6dcdb1fb", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 50791, - "type": "relay", - "sdpMid": "0", - "address": "167.172.162.40", - "priority": 41886463, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886463 167.172.162.40 50791 typ relay raddr 217.156.131.8 rport 49200 generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 49200, - "sdpMLineIndex": 0, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.126689" - }, - { - "id": "52bf356a-f692-4f19-8895-6e94aa0b4279", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 57443, - "type": "relay", - "sdpMid": "2", - "address": "167.172.162.40", - "priority": 41820927, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41820927 167.172.162.40 57443 typ relay raddr 217.156.131.8 rport 34792 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 34792, - "sdpMLineIndex": 2, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.177483" - }, - { - "id": "888fa466-b074-43da-81e3-25c4f7153c22", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "oniceconnectionstatechange", - "category": "connection", - "data": "checking", - "created_at": "2022-04-19 17:00:38.214444" - }, - { - "id": "71e02a88-18e1-4115-8cb9-9e989b40b38e", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 58244, - "type": "relay", - "sdpMid": "2", - "address": "167.172.162.40", - "priority": 41886463, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41886463 167.172.162.40 58244 typ relay raddr 217.156.131.8 rport 53990 generation 0 ufrag GjpY network-id 1 network-cost 50", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 53990, - "sdpMLineIndex": 2, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.241049" - }, - { - "id": "35e64b1e-8f08-4845-9a58-c46d79bdf6e4", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 58546, - "type": "relay", - "sdpMid": "2", - "address": "167.172.162.40", - "priority": 41821183, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41821183 167.172.162.40 58546 typ relay raddr 217.156.131.8 rport 34792 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 34792, - "sdpMLineIndex": 2, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.272305" - }, - { - "id": "43e37fba-ae2e-4ad5-9db1-5b0358de85f3", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 55378, - "type": "relay", - "sdpMid": "0", - "address": "167.172.162.40", - "priority": 41821183, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41821183 167.172.162.40 55378 typ relay raddr 217.156.131.8 rport 54123 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 54123, - "sdpMLineIndex": 0, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.325639" - }, - { - "id": "57b12f7f-bf07-4a3c-82aa-459882814be1", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 61466, - "type": "relay", - "sdpMid": "1", - "address": "167.172.162.40", - "priority": 41820927, - "protocol": "udp", - "candidate": "candidate:2230417640 1 udp 41820927 167.172.162.40 61466 typ relay raddr 217.156.131.8 rport 60463 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "2230417640", - "relatedPort": 60463, - "sdpMLineIndex": 1, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.368854" - }, - { - "id": "5f505c8b-7f12-4c3d-81a9-4dbb97989beb", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onconnectionstatechange", - "category": "connection", - "data": "connecting", - "created_at": "2022-04-19 17:00:38.392017" - }, - { - "id": "b35a3ce0-5039-48fa-a00a-77f775811bbf", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:38.429377" - }, - { - "id": "873682a7-1953-4b27-8ce3-3921542babef", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:38.477746" - }, - { - "id": "afbf3ebb-b750-4582-a06c-e9747852faa7", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 61716, - "type": "relay", - "sdpMid": "0", - "address": "167.172.162.40", - "priority": 25043199, - "protocol": "udp", - "candidate": "candidate:3396502552 1 udp 25043199 167.172.162.40 61716 typ relay raddr 217.156.131.8 rport 50320 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "3396502552", - "relatedPort": 50320, - "sdpMLineIndex": 0, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.514971" - }, - { - "id": "e9a32a04-7eaf-426a-814c-93f13acb6285", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:38.567365" - }, - { - "id": "3ecca860-adcb-42c5-875e-9cd9714f1bef", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:38.576575" - }, - { - "id": "63dfc4fb-446f-4f53-9e72-b04c1d1b05d9", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:38.651726" - }, - { - "id": "78ecba76-627c-41bd-8760-7ff83c9e9a2f", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 52055, - "type": "relay", - "sdpMid": "2", - "address": "167.172.162.40", - "priority": 25043455, - "protocol": "udp", - "candidate": "candidate:3396502552 1 udp 25043455 167.172.162.40 52055 typ relay raddr 217.156.131.8 rport 43084 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "3396502552", - "relatedPort": 43084, - "sdpMLineIndex": 2, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.667169" - }, - { - "id": "46e6c4f9-dcbf-4803-a3c2-00a736f5f2a6", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onsignalingstatechange", - "category": "connection", - "data": { - "signalingState": "stable", - "localDescription": { - "sdp": "v=0\r\no=- 4688231840858944687 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1 2\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS 1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn\r\nm=audio 54439 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 167.172.162.40\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:3571191017 1 udp 2122260223 172.20.0.1 49200 typ host generation 0 network-id 1 network-cost 50\r\na=candidate:1593173624 1 udp 2122194687 192.168.100.46 54123 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:939362821 1 udp 1686052607 217.156.131.8 49200 typ srflx raddr 172.20.0.1 rport 49200 generation 0 network-id 1 network-cost 50\r\na=candidate:2457393643 1 udp 1685987071 217.156.131.8 54123 typ srflx raddr 192.168.100.46 rport 54123 generation 0 network-id 2 network-cost 10\r\na=candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 network-id 1 network-cost 50\r\na=candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41886719 167.172.162.40 54439 typ relay raddr 217.156.131.8 rport 49200 generation 0 network-id 1 network-cost 50\r\na=candidate:2230417640 1 udp 41820927 167.172.162.40 50851 typ relay raddr 217.156.131.8 rport 54123 generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41886463 167.172.162.40 50791 typ relay raddr 217.156.131.8 rport 49200 generation 0 network-id 1 network-cost 50\r\na=candidate:2230417640 1 udp 41821183 167.172.162.40 55378 typ relay raddr 217.156.131.8 rport 54123 generation 0 network-id 2 network-cost 10\r\na=candidate:3396502552 1 udp 25043199 167.172.162.40 61716 typ relay raddr 217.156.131.8 rport 50320 generation 0 network-id 2 network-cost 10\r\na=ice-ufrag:GjpY\r\na=ice-pwd:P/8vdpcWZKTw7+hMvzTiqOmA\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D6:F4:5B:8D:52:17:3C:12:22:25:F0:09:12:70:F4:40:9F:D7:0F:FD:9E:6B:BF:12:8A:1B:EF:96:CD:D9:FA:93\r\na=setup:actpass\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=sendrecv\r\na=msid:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn 518d51e2-ab21-4035-b20b-a62331fb3ea6\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:63 red/48000/2\r\na=fmtp:63 111/111\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\na=ssrc:4195962879 cname:DrvW2TL/p2M/fiJf\r\na=ssrc:4195962879 msid:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn 518d51e2-ab21-4035-b20b-a62331fb3ea6\r\na=ssrc:4195962879 mslabel:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn\r\na=ssrc:4195962879 label:518d51e2-ab21-4035-b20b-a62331fb3ea6\r\nm=video 53222 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 121 127 120 125 107 108 109 124 119 123 118 35 36 114 115 116\r\nc=IN IP4 167.172.162.40\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:3571191017 1 udp 2122260223 172.20.0.1 57786 typ host generation 0 network-id 1 network-cost 50\r\na=candidate:1593173624 1 udp 2122194687 192.168.100.46 60463 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:939362821 1 udp 1686052607 217.156.131.8 57786 typ srflx raddr 172.20.0.1 rport 57786 generation 0 network-id 1 network-cost 50\r\na=candidate:2457393643 1 udp 1685987071 217.156.131.8 60463 typ srflx raddr 192.168.100.46 rport 60463 generation 0 network-id 2 network-cost 10\r\na=candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 network-id 1 network-cost 50\r\na=candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41886719 167.172.162.40 53222 typ relay raddr 217.156.131.8 rport 57786 generation 0 network-id 1 network-cost 50\r\na=candidate:2230417640 1 udp 41821183 167.172.162.40 57911 typ relay raddr 217.156.131.8 rport 60463 generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41886463 167.172.162.40 63514 typ relay raddr 217.156.131.8 rport 57786 generation 0 network-id 1 network-cost 50\r\na=candidate:2230417640 1 udp 41820927 167.172.162.40 61466 typ relay raddr 217.156.131.8 rport 60463 generation 0 network-id 2 network-cost 10\r\na=ice-ufrag:GjpY\r\na=ice-pwd:P/8vdpcWZKTw7+hMvzTiqOmA\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D6:F4:5B:8D:52:17:3C:12:22:25:F0:09:12:70:F4:40:9F:D7:0F:FD:9E:6B:BF:12:8A:1B:EF:96:CD:D9:FA:93\r\na=setup:actpass\r\na=mid:1\r\na=extmap:14 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:13 urn:3gpp:video-orientation\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay\r\na=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type\r\na=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing\r\na=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=sendrecv\r\na=msid:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn b649bdb4-987c-4d73-890a-4ac7f9768324\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:96 VP8/90000\r\na=rtcp-fb:96 goog-remb\r\na=rtcp-fb:96 transport-cc\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtpmap:97 rtx/90000\r\na=fmtp:97 apt=96\r\na=rtpmap:98 VP9/90000\r\na=rtcp-fb:98 goog-remb\r\na=rtcp-fb:98 transport-cc\r\na=rtcp-fb:98 ccm fir\r\na=rtcp-fb:98 nack\r\na=rtcp-fb:98 nack pli\r\na=fmtp:98 profile-id=0\r\na=rtpmap:99 rtx/90000\r\na=fmtp:99 apt=98\r\na=rtpmap:100 VP9/90000\r\na=rtcp-fb:100 goog-remb\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=fmtp:100 profile-id=2\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=100\r\na=rtpmap:102 H264/90000\r\na=rtcp-fb:102 goog-remb\r\na=rtcp-fb:102 transport-cc\r\na=rtcp-fb:102 ccm fir\r\na=rtcp-fb:102 nack\r\na=rtcp-fb:102 nack pli\r\na=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f\r\na=rtpmap:121 rtx/90000\r\na=fmtp:121 apt=102\r\na=rtpmap:127 H264/90000\r\na=rtcp-fb:127 goog-remb\r\na=rtcp-fb:127 transport-cc\r\na=rtcp-fb:127 ccm fir\r\na=rtcp-fb:127 nack\r\na=rtcp-fb:127 nack pli\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f\r\na=rtpmap:120 rtx/90000\r\na=fmtp:120 apt=127\r\na=rtpmap:125 H264/90000\r\na=rtcp-fb:125 goog-remb\r\na=rtcp-fb:125 transport-cc\r\na=rtcp-fb:125 ccm fir\r\na=rtcp-fb:125 nack\r\na=rtcp-fb:125 nack pli\r\na=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=rtpmap:107 rtx/90000\r\na=fmtp:107 apt=125\r\na=rtpmap:108 H264/90000\r\na=rtcp-fb:108 goog-remb\r\na=rtcp-fb:108 transport-cc\r\na=rtcp-fb:108 ccm fir\r\na=rtcp-fb:108 nack\r\na=rtcp-fb:108 nack pli\r\na=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f\r\na=rtpmap:109 rtx/90000\r\na=fmtp:109 apt=108\r\na=rtpmap:124 H264/90000\r\na=rtcp-fb:124 goog-remb\r\na=rtcp-fb:124 transport-cc\r\na=rtcp-fb:124 ccm fir\r\na=rtcp-fb:124 nack\r\na=rtcp-fb:124 nack pli\r\na=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f\r\na=rtpmap:119 rtx/90000\r\na=fmtp:119 apt=124\r\na=rtpmap:123 H264/90000\r\na=rtcp-fb:123 goog-remb\r\na=rtcp-fb:123 transport-cc\r\na=rtcp-fb:123 ccm fir\r\na=rtcp-fb:123 nack\r\na=rtcp-fb:123 nack pli\r\na=fmtp:123 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f\r\na=rtpmap:118 rtx/90000\r\na=fmtp:118 apt=123\r\na=rtpmap:35 AV1/90000\r\na=rtcp-fb:35 goog-remb\r\na=rtcp-fb:35 transport-cc\r\na=rtcp-fb:35 ccm fir\r\na=rtcp-fb:35 nack\r\na=rtcp-fb:35 nack pli\r\na=rtpmap:36 rtx/90000\r\na=fmtp:36 apt=35\r\na=rtpmap:114 red/90000\r\na=rtpmap:115 rtx/90000\r\na=fmtp:115 apt=114\r\na=rtpmap:116 ulpfec/90000\r\na=ssrc-group:FID 3438370837 2188798731\r\na=ssrc:3438370837 cname:DrvW2TL/p2M/fiJf\r\na=ssrc:3438370837 msid:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn b649bdb4-987c-4d73-890a-4ac7f9768324\r\na=ssrc:3438370837 mslabel:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn\r\na=ssrc:3438370837 label:b649bdb4-987c-4d73-890a-4ac7f9768324\r\na=ssrc:2188798731 cname:DrvW2TL/p2M/fiJf\r\na=ssrc:2188798731 msid:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn b649bdb4-987c-4d73-890a-4ac7f9768324\r\na=ssrc:2188798731 mslabel:1xTNhME8VJK66ONEYOBBxVg7eX0M9qhPhSVn\r\na=ssrc:2188798731 label:b649bdb4-987c-4d73-890a-4ac7f9768324\r\nm=application 49480 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 167.172.162.40\r\na=candidate:3571191017 1 udp 2122260223 172.20.0.1 53990 typ host generation 0 network-id 1 network-cost 50\r\na=candidate:1593173624 1 udp 2122194687 192.168.100.46 34792 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:939362821 1 udp 1686052607 217.156.131.8 53990 typ srflx raddr 172.20.0.1 rport 53990 generation 0 network-id 1 network-cost 50\r\na=candidate:2457393643 1 udp 1685987071 217.156.131.8 34792 typ srflx raddr 192.168.100.46 rport 34792 generation 0 network-id 2 network-cost 10\r\na=candidate:2589978649 1 tcp 1518280447 172.20.0.1 9 typ host tcptype active generation 0 network-id 1 network-cost 50\r\na=candidate:276175496 1 tcp 1518214911 192.168.100.46 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41886719 167.172.162.40 49480 typ relay raddr 217.156.131.8 rport 53990 generation 0 network-id 1 network-cost 50\r\na=candidate:2230417640 1 udp 41820927 167.172.162.40 57443 typ relay raddr 217.156.131.8 rport 34792 generation 0 network-id 2 network-cost 10\r\na=candidate:2230417640 1 udp 41886463 167.172.162.40 58244 typ relay raddr 217.156.131.8 rport 53990 generation 0 network-id 1 network-cost 50\r\na=candidate:2230417640 1 udp 41821183 167.172.162.40 58546 typ relay raddr 217.156.131.8 rport 34792 generation 0 network-id 2 network-cost 10\r\na=candidate:3396502552 1 udp 25043455 167.172.162.40 52055 typ relay raddr 217.156.131.8 rport 43084 generation 0 network-id 2 network-cost 10\r\na=ice-ufrag:GjpY\r\na=ice-pwd:P/8vdpcWZKTw7+hMvzTiqOmA\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D6:F4:5B:8D:52:17:3C:12:22:25:F0:09:12:70:F4:40:9F:D7:0F:FD:9E:6B:BF:12:8A:1B:EF:96:CD:D9:FA:93\r\na=setup:actpass\r\na=mid:2\r\na=sctp-port:5000\r\na=max-message-size:262144\r\n", - "type": "offer" - }, - "remoteDescription": { - "sdp": "v=0\r\no=- 6707165729459867264 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1 2\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS itMt9dsdoC0SRMdxYAItfizWts4kKKBxAL73\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:Xb/P\r\na=ice-pwd:ki6gPCR/DM5sg9pWr7KxCjGI\r\na=ice-options:trickle\r\na=fingerprint:sha-256 7E:F8:A7:EA:D6:D4:97:94:6F:DF:07:DA:D1:19:6B:F3:BD:83:6B:7C:D5:6D:CF:C4:80:8F:E1:D2:7B:FB:0C:42\r\na=setup:active\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=sendrecv\r\na=msid:itMt9dsdoC0SRMdxYAItfizWts4kKKBxAL73 20c2d6aa-2ea8-46d9-b60c-d3504f269b9c\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:63 red/48000/2\r\na=fmtp:63 111/111\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:106 CN/32000\r\na=rtpmap:105 CN/16000\r\na=rtpmap:13 CN/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\na=ssrc:2453527008 cname:+sPy0G1C5lalF8/p\r\nm=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 121 127 120 125 107 108 109 124 119 123 118 35 36 114 115 116\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:Xb/P\r\na=ice-pwd:ki6gPCR/DM5sg9pWr7KxCjGI\r\na=ice-options:trickle\r\na=fingerprint:sha-256 7E:F8:A7:EA:D6:D4:97:94:6F:DF:07:DA:D1:19:6B:F3:BD:83:6B:7C:D5:6D:CF:C4:80:8F:E1:D2:7B:FB:0C:42\r\na=setup:active\r\na=mid:1\r\na=extmap:14 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:13 urn:3gpp:video-orientation\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay\r\na=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type\r\na=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing\r\na=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=extmap:10 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id\r\na=extmap:11 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id\r\na=sendrecv\r\na=msid:itMt9dsdoC0SRMdxYAItfizWts4kKKBxAL73 eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=rtpmap:96 VP8/90000\r\na=rtcp-fb:96 goog-remb\r\na=rtcp-fb:96 transport-cc\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtpmap:97 rtx/90000\r\na=fmtp:97 apt=96\r\na=rtpmap:98 VP9/90000\r\na=rtcp-fb:98 goog-remb\r\na=rtcp-fb:98 transport-cc\r\na=rtcp-fb:98 ccm fir\r\na=rtcp-fb:98 nack\r\na=rtcp-fb:98 nack pli\r\na=fmtp:98 profile-id=0\r\na=rtpmap:99 rtx/90000\r\na=fmtp:99 apt=98\r\na=rtpmap:100 VP9/90000\r\na=rtcp-fb:100 goog-remb\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=fmtp:100 profile-id=2\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=100\r\na=rtpmap:102 H264/90000\r\na=rtcp-fb:102 goog-remb\r\na=rtcp-fb:102 transport-cc\r\na=rtcp-fb:102 ccm fir\r\na=rtcp-fb:102 nack\r\na=rtcp-fb:102 nack pli\r\na=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f\r\na=rtpmap:121 rtx/90000\r\na=fmtp:121 apt=102\r\na=rtpmap:127 H264/90000\r\na=rtcp-fb:127 goog-remb\r\na=rtcp-fb:127 transport-cc\r\na=rtcp-fb:127 ccm fir\r\na=rtcp-fb:127 nack\r\na=rtcp-fb:127 nack pli\r\na=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f\r\na=rtpmap:120 rtx/90000\r\na=fmtp:120 apt=127\r\na=rtpmap:125 H264/90000\r\na=rtcp-fb:125 goog-remb\r\na=rtcp-fb:125 transport-cc\r\na=rtcp-fb:125 ccm fir\r\na=rtcp-fb:125 nack\r\na=rtcp-fb:125 nack pli\r\na=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=rtpmap:107 rtx/90000\r\na=fmtp:107 apt=125\r\na=rtpmap:108 H264/90000\r\na=rtcp-fb:108 goog-remb\r\na=rtcp-fb:108 transport-cc\r\na=rtcp-fb:108 ccm fir\r\na=rtcp-fb:108 nack\r\na=rtcp-fb:108 nack pli\r\na=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f\r\na=rtpmap:109 rtx/90000\r\na=fmtp:109 apt=108\r\na=rtpmap:124 H264/90000\r\na=rtcp-fb:124 goog-remb\r\na=rtcp-fb:124 transport-cc\r\na=rtcp-fb:124 ccm fir\r\na=rtcp-fb:124 nack\r\na=rtcp-fb:124 nack pli\r\na=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d001f\r\na=rtpmap:119 rtx/90000\r\na=fmtp:119 apt=124\r\na=rtpmap:123 H264/90000\r\na=rtcp-fb:123 goog-remb\r\na=rtcp-fb:123 transport-cc\r\na=rtcp-fb:123 ccm fir\r\na=rtcp-fb:123 nack\r\na=rtcp-fb:123 nack pli\r\na=fmtp:123 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=4d001f\r\na=rtpmap:118 rtx/90000\r\na=fmtp:118 apt=123\r\na=rtpmap:35 AV1/90000\r\na=rtcp-fb:35 goog-remb\r\na=rtcp-fb:35 transport-cc\r\na=rtcp-fb:35 ccm fir\r\na=rtcp-fb:35 nack\r\na=rtcp-fb:35 nack pli\r\na=rtpmap:36 rtx/90000\r\na=fmtp:36 apt=35\r\na=rtpmap:114 red/90000\r\na=rtpmap:115 rtx/90000\r\na=fmtp:115 apt=114\r\na=rtpmap:116 ulpfec/90000\r\na=ssrc-group:FID 2304149741 2987125436\r\na=ssrc:2304149741 cname:+sPy0G1C5lalF8/p\r\na=ssrc:2987125436 cname:+sPy0G1C5lalF8/p\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=ice-ufrag:Xb/P\r\na=ice-pwd:ki6gPCR/DM5sg9pWr7KxCjGI\r\na=ice-options:trickle\r\na=fingerprint:sha-256 7E:F8:A7:EA:D6:D4:97:94:6F:DF:07:DA:D1:19:6B:F3:BD:83:6B:7C:D5:6D:CF:C4:80:8F:E1:D2:7B:FB:0C:42\r\na=setup:active\r\na=mid:2\r\na=sctp-port:5000\r\na=max-message-size:262144\r\n", - "type": "answer" - } - }, - "created_at": "2022-04-19 17:00:38.731670" - }, - { - "id": "05c532fa-da76-4a0f-aedb-7a3dc28e7467", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "oniceconnectionstatechange", - "category": "connection", - "data": "connected", - "created_at": "2022-04-19 17:00:38.841246" - }, - { - "id": "1d2d5b97-6ef1-4b1f-8c3b-0d9c6e21cd9c", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 54633, - "type": "relay", - "sdpMid": "1", - "address": "167.172.162.40", - "priority": 25043455, - "protocol": "udp", - "candidate": "candidate:3396502552 1 udp 25043455 167.172.162.40 54633 typ relay raddr 217.156.131.8 rport 43068 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "3396502552", - "relatedPort": 43068, - "sdpMLineIndex": 1, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:38.915255" - }, - { - "id": "476a246f-28c3-4c0b-bb1b-d3f9cd76b29e", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidateerror", - "category": "connection", - "data": { - "errorCode": 600 - }, - "created_at": "2022-04-19 17:00:38.917459" - }, - { - "id": "19c804e1-3a11-408c-b715-8e595a5d35b9", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicegatheringstatechange", - "category": "connection", - "data": "complete", - "created_at": "2022-04-19 17:00:39.000696" - }, - { - "id": "58d23b07-2b0d-4a58-86e0-42d8c4dc8425", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": { - "port": 57121, - "type": "relay", - "sdpMid": "0", - "address": "167.172.162.40", - "priority": 25043455, - "protocol": "udp", - "candidate": "candidate:3396502552 1 udp 25043455 167.172.162.40 57121 typ relay raddr 217.156.131.8 rport 43052 generation 0 ufrag GjpY network-id 2 network-cost 10", - "component": "rtp", - "foundation": "3396502552", - "relatedPort": 43052, - "sdpMLineIndex": 0, - "relatedAddress": "217.156.131.8", - "usernameFragment": "GjpY" - }, - "created_at": "2022-04-19 17:00:39.016889" - }, - { - "id": "95438677-5723-4d49-92f4-f946d8edf8d0", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": "bb0ca59b-97d3-474a-a373-02263ba326a6", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ontrack", - "category": "track", - "data": { - "id": "42dc50b3-bb2d-431f-bdec-3da59d3abf73", - "kind": "audio", - "label": "42dc50b3-bb2d-431f-bdec-3da59d3abf73", - "muted": true, - "enabled": true, - "settings": { - "deviceId": "42dc50b3-bb2d-431f-bdec-3da59d3abf73", - "sampleSize": 16 - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "deviceId": "42dc50b3-bb2d-431f-bdec-3da59d3abf73", - "sampleSize": { - "max": 16, - "min": 16 - }, - "autoGainControl": [ - false - ], - "echoCancellation": [ - false - ], - "noiseSuppression": [ - false - ] - }, - "constructorName": "MediaStreamTrack" - }, - "created_at": "2022-04-19 17:00:39.041606" - }, - { - "id": "1f07883f-7dfd-49c8-8a03-13dcb5cb13e8", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onconnectionstatechange", - "category": "connection", - "data": "connected", - "created_at": "2022-04-19 17:00:39.068512" - }, - { - "id": "c4d2fac3-313f-4f57-bf28-8c7eaea9d2c6", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onicecandidate", - "category": "connection", - "data": null, - "created_at": "2022-04-19 17:00:39.098732" - }, - { - "id": "a3787b12-6322-4225-87dc-e0c3d13e438a", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": "5214d331-74ea-4bf3-85a4-d03b2aece53d", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ontrack", - "category": "track", - "data": { - "id": "3723b3e6-80ed-4305-9a54-d1ab33413e8a", - "kind": "video", - "label": "3723b3e6-80ed-4305-9a54-d1ab33413e8a", - "muted": true, - "enabled": true, - "settings": { - "deviceId": "3723b3e6-80ed-4305-9a54-d1ab33413e8a", - "resizeMode": "none" - }, - "readyState": "live", - "constraints": {}, - "contentHint": "", - "capabilities": { - "deviceId": "3723b3e6-80ed-4305-9a54-d1ab33413e8a", - "facingMode": [], - "resizeMode": [ - "none", - "crop-and-scale" - ] - }, - "constructorName": "MediaStreamTrack" - }, - "created_at": "2022-04-19 17:00:39.113561" - }, - { - "id": "694beb5a-7aa5-4ee1-bb8e-2be852d1151d", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": "5214d331-74ea-4bf3-85a4-d03b2aece53d", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "mute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:01:31.478435" - }, - { - "id": "18544731-2b07-43de-a8a7-a25059bd07da", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": "c944354b-7b39-4762-a74b-3c251d86f2c7", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "mute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:01:31.487877" - }, - { - "id": "2a40924e-65a7-45c6-a3c9-cb314bd4a1c1", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": "5214d331-74ea-4bf3-85a4-d03b2aece53d", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ended", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:01:31.534538" - }, - { - "id": "f8128906-0fe9-418c-be25-6f45da8ba2b5", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": "c944354b-7b39-4762-a74b-3c251d86f2c7", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ended", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:01:31.556685" - }, - { - "id": "612c58f6-b615-45e1-ab8f-cb416d241055", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": "bb0ca59b-97d3-474a-a373-02263ba326a6", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "mute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:01:31.616261" - }, - { - "id": "0ecd8e25-611c-49e7-8ef2-d70b07c1e85e", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": "bb0ca59b-97d3-474a-a373-02263ba326a6", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ended", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:01:31.633076" - }, - { - "id": "96dbe681-a9d1-4211-a743-7c551a1dd3e3", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": "3d177ee2-9ecb-4ac5-b807-ac9a8ef0b852", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "mute", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:01:31.710991" - }, - { - "id": "17d5b36b-602b-455c-acd1-9d76b190e2f2", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": "3d177ee2-9ecb-4ac5-b807-ac9a8ef0b852", - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "ended", - "category": "track", - "data": {}, - "created_at": "2022-04-19 17:01:31.747545" - }, - { - "id": "43220b77-a486-46d9-ac19-ac9dbc663568", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": "6cf7066e-e781-40d2-83ae-0590063921c7", - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": "bca9320c-9048-4352-9a04-dca5e9c7a3b2", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onconnectionstatechange", - "category": "connection", - "data": "closed", - "created_at": "2022-04-19 17:01:31.778171" - }, - { - "id": "923b551a-9aaf-40e0-adf0-bde549801ba8", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": "39f7a5ea-9bf3-416d-811b-9e16ceff37fa", - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "onconnectionstatechange", - "category": "connection", - "data": "closed", - "created_at": "2022-04-19 17:01:31.823481" - }, - { - "id": "8c7b097d-90c8-49ed-91b4-da0642612cb8", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "peer": null, - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unload", - "category": "browser", - "data": null, - "created_at": "2022-04-19 17:01:33.225569" - }, - { - "id": "d08efa39-1bd9-40e2-aee9-b3cbdf576225", - "conference": "demo-conference", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "peer": null, - "session": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "connection": null, - "track": null, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "type": "unload", - "category": "browser", - "data": null, - "created_at": "2022-04-19 17:01:36.941077" - } -] \ No newline at end of file diff --git a/static/js/demo/conference/graphs.json b/static/js/demo/conference/graphs.json deleted file mode 100644 index d74bdfe..0000000 --- a/static/js/demo/conference/graphs.json +++ /dev/null @@ -1 +0,0 @@ -{"summary":{"data":[{"id":"ec047c2d-4d17-4c2e-9b94-079f888efd17","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"ddaf3f34-1f80-44e9-bc5c-8340f3deec98","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-inbound-rtp","jitter":0.005375,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1074976309","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387580393.089,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.008,"totalRoundTripTime":0.008,"roundTripTimeMeasurements":1}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1426257039","mimeType":"audio/opus","bytesSent":4021,"clockRate":48000,"timestamp":1650387580211,"packetsSent":115,"payloadType":111,"reportsSent":1,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387580210,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"remote-inbound-rtp","jitter":0.038122222222222224,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3037276919","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387582561.763,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.019,"roundTripTimeMeasurements":5}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_MuQgjM5F_G4TpVVkb","type":"candidate-pair","local":{"id":"RTCIceCandidate_MuQgjM5F","ip":"192.168.100.46","port":60727,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387582694.038,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_G4TpVVkb","ip":"192.168.100.46","port":38231,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387582694.038,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":272067,"nominated":true,"timestamp":1650387582694.038,"packetsSent":633,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":804552,"responsesSent":6,"packetsReceived":1083,"localCandidateId":"RTCIceCandidate_MuQgjM5F","requestsReceived":6,"remoteCandidateId":"RTCIceCandidate_G4TpVVkb","responsesReceived":6,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.05,"consentRequestsSent":5,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":659324},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_11","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387582694.038,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"901da540-2346-4626-97c2-37dfc608c72b","concealedSamples":3992,"totalAudioEnergy":4.2470901581025514e-9,"concealmentEvents":3,"jitterBufferDelay":11424,"totalSamplesDuration":4.87999999999994,"totalSamplesReceived":230720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":226560,"removedSamplesForAcceleration":720,"insertedSamplesForDeceleration":1320},"jitter":0.003,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_11","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1426257039","clockRate":48000,"mediaType":"audio","timestamp":1650387582694.038,"audioLevel":0.00003051850947599719,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":8361,"packetsReceived":239,"concealedSamples":3992,"packetsDiscarded":0,"totalAudioEnergy":4.2470901581025514e-9,"concealmentEvents":3,"jitterBufferDelay":11424,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":6692,"totalSamplesDuration":4.87999999999994,"totalSamplesReceived":230720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":226560,"lastPacketReceivedTimestamp":1650387582693,"removedSamplesForAcceleration":720,"insertedSamplesForDeceleration":1320}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"outbound-rtp","track":{"id":"RTCAudioSource_11","kind":"audio","type":"media-source","timestamp":1650387582694.038,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":4.87999999999994,"echoReturnLossEnhancement":0.17551203072071075},"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_11","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1074976309","bytesSent":8361,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387582694.038,"packetsSent":239,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_11","targetBitrate":32000,"headerBytesSent":6692,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"inbound-rtp","qpSum":1127,"track":{"id":"RTCMediaStreamTrack_receiver_12","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387582694.038,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":70,"framesDropped":0,"framesReceived":71,"trackIdentifier":"d079df5a-a820-429c-8222-b3971fede1c7","jitterBufferDelay":2.738,"jitterBufferEmittedCount":69},"jitter":0.018,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_12","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387582694.038,"frameWidth":640,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":738750,"framesDecoded":70,"framesDropped":0,"framesReceived":71,"framesPerSecond":15,"packetsReceived":698,"totalDecodeTime":0.512,"keyFramesDecoded":1,"jitterBufferDelay":2.738,"headerBytesReceived":17188,"totalInterFrameDelay":4.618,"decoderImplementation":"libvpx","jitterBufferEmittedCount":69,"lastPacketReceivedTimestamp":1650387582686,"totalSquaredInterFrameDelay":0.3107259999999999}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"outbound-rtp","qpSum":2412,"track":{"id":"RTCVideoSource_12","kind":"video","type":"media-source","width":640,"frames":73,"height":480,"timestamp":1650387582694.038,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_12","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_3037276919","bytesSent":231130,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387582694.038,"frameWidth":640,"framesSent":71,"frameHeight":480,"packetsSent":297,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":71,"mediaSourceId":"RTCVideoSource_12","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":19692,"totalEncodeTime":1.216,"keyFramesEncoded":2,"totalPacketSendDelay":9.961,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":4.882,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 16:59:43.027509"},{"id":"89a699e9-9a19-43b5-bc36-b84c838526cf","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"b70248ae-7b49-451c-b700-aa2bdf6c02f1","connection":"89a89195-d3e2-4ddd-a7ad-16731813455a","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-inbound-rtp","jitter":0.005020833333333334,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1426257039","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387580270.878,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.003,"totalRoundTripTime":0.003,"roundTripTimeMeasurements":1}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1074976309","mimeType":"audio/opus","bytesSent":4161,"clockRate":48000,"timestamp":1650387580312,"packetsSent":119,"payloadType":111,"reportsSent":1,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387580312,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"remote-inbound-rtp","jitter":0.018233333333333334,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3755933090","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387582074.7,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.019,"roundTripTimeMeasurements":4}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_R+TEW1mA_4vRCObVu","type":"candidate-pair","local":{"id":"RTCIceCandidate_R+TEW1mA","ip":"192.168.100.46","port":38231,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387582696.035,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_4vRCObVu","ip":"192.168.100.46","port":60727,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387582696.035,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":804552,"nominated":true,"timestamp":1650387582696.035,"packetsSent":1083,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":272067,"responsesSent":6,"packetsReceived":633,"localCandidateId":"RTCIceCandidate_R+TEW1mA","requestsReceived":6,"remoteCandidateId":"RTCIceCandidate_4vRCObVu","responsesReceived":6,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.036,"consentRequestsSent":5,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":5181500},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_1","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387582696.035,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42d98e80-3ca6-45b4-998b-d8a51975661b","concealedSamples":0,"totalAudioEnergy":3.995617714530692e-9,"concealmentEvents":0,"jitterBufferDelay":22185.6,"totalSamplesDuration":4.609999999999946,"totalSamplesReceived":221280,"silentConcealedSamples":0,"jitterBufferEmittedCount":226560,"removedSamplesForAcceleration":5520,"insertedSamplesForDeceleration":600},"jitter":0.003,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_1","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1074976309","clockRate":48000,"mediaType":"audio","timestamp":1650387582696.035,"audioLevel":0.00003051850947599719,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":8326,"packetsReceived":238,"concealedSamples":0,"packetsDiscarded":0,"totalAudioEnergy":3.995617714530692e-9,"concealmentEvents":0,"jitterBufferDelay":22185.6,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":6664,"totalSamplesDuration":4.609999999999946,"totalSamplesReceived":221280,"silentConcealedSamples":0,"jitterBufferEmittedCount":226560,"lastPacketReceivedTimestamp":1650387582674,"removedSamplesForAcceleration":5520,"insertedSamplesForDeceleration":600}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"outbound-rtp","track":{"id":"RTCAudioSource_1","kind":"audio","type":"media-source","timestamp":1650387582696.035,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"35c722b4-77fb-4185-add2-11dfedae5c75","totalAudioEnergy":0,"totalSamplesDuration":4.979999999999938,"echoReturnLossEnhancement":0.17551203072071075},"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_1","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1426257039","bytesSent":8361,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387582696.035,"packetsSent":239,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_1","targetBitrate":32000,"headerBytesSent":6692,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"inbound-rtp","qpSum":2394,"track":{"id":"RTCMediaStreamTrack_receiver_2","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387582696.035,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":70,"framesDropped":0,"framesReceived":70,"trackIdentifier":"29e4fe95-c493-44a1-8436-e0898772645b","jitterBufferDelay":3.127,"jitterBufferEmittedCount":69},"jitter":0.037,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_2","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387582696.035,"frameWidth":640,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":227692,"framesDecoded":70,"framesDropped":0,"framesReceived":70,"framesPerSecond":14,"packetsReceived":239,"totalDecodeTime":0.31,"keyFramesDecoded":2,"jitterBufferDelay":3.127,"headerBytesReceived":6160,"totalInterFrameDelay":4.624,"decoderImplementation":"libvpx","jitterBufferEmittedCount":69,"lastPacketReceivedTimestamp":1650387582678,"totalSquaredInterFrameDelay":0.33991000000000016}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"outbound-rtp","qpSum":1134,"track":{"id":"RTCVideoSource_2","kind":"video","type":"media-source","width":640,"frames":72,"height":480,"timestamp":1650387582696.035,"framesPerSecond":14,"trackIdentifier":"8c4eb618-0b2a-4c72-850e-0138dac66e90"},"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_2","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3755933090","bytesSent":755554,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387582696.035,"frameWidth":640,"framesSent":71,"frameHeight":480,"packetsSent":739,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":71,"mediaSourceId":"RTCVideoSource_2","hugeFramesSent":1,"framesPerSecond":15,"headerBytesSent":23684,"totalEncodeTime":1.633,"keyFramesEncoded":1,"totalPacketSendDelay":25.452,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":4.811,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 16:59:43.048280"},{"id":"939dacbe-26c5-4073-8806-ce4f5371f623","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"b70248ae-7b49-451c-b700-aa2bdf6c02f1","connection":"89a89195-d3e2-4ddd-a7ad-16731813455a","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-inbound-rtp","jitter":0.0041875,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1426257039","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387585833.455,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.005,"roundTripTimeMeasurements":2}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1074976309","mimeType":"audio/opus","bytesSent":15046,"clockRate":48000,"timestamp":1650387586531,"packetsSent":430,"payloadType":111,"reportsSent":2,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387586530,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"remote-inbound-rtp","jitter":0.021222222222222222,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3755933090","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387587416.582,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.025,"roundTripTimeMeasurements":9}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_R+TEW1mA_4vRCObVu","type":"candidate-pair","local":{"id":"RTCIceCandidate_R+TEW1mA","ip":"192.168.100.46","port":38231,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387587694.4,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_4vRCObVu","ip":"192.168.100.46","port":60727,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387587694.4,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":1925921,"nominated":true,"timestamp":1650387587694.4,"packetsSent":2458,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":720629,"responsesSent":8,"packetsReceived":1404,"localCandidateId":"RTCIceCandidate_R+TEW1mA","requestsReceived":8,"remoteCandidateId":"RTCIceCandidate_4vRCObVu","responsesReceived":8,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.04,"consentRequestsSent":7,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.002,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":5181500},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_1","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387587694.4,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42d98e80-3ca6-45b4-998b-d8a51975661b","concealedSamples":0,"totalAudioEnergy":8.652514817713278e-9,"concealmentEvents":0,"jitterBufferDelay":33187.2,"totalSamplesDuration":9.60999999999984,"totalSamplesReceived":461280,"silentConcealedSamples":0,"jitterBufferEmittedCount":466560,"removedSamplesForAcceleration":5520,"insertedSamplesForDeceleration":600},"jitter":0.005,"bitrate":14060.597842956753,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_1","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1074976309","clockRate":48000,"mediaType":"audio","timestamp":1650387587694.4,"audioLevel":0.00003051850947599719,"packetRate":401.7313669416215,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":17111,"packetsReceived":489,"concealedSamples":0,"packetsDiscarded":0,"totalAudioEnergy":8.652514817713278e-9,"concealmentEvents":0,"jitterBufferDelay":33187.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":13692,"totalSamplesDuration":9.60999999999984,"totalSamplesReceived":461280,"silentConcealedSamples":0,"jitterBufferEmittedCount":466560,"estimatedPlayoutTimestamp":3859376387616,"lastPacketReceivedTimestamp":1650387587692,"removedSamplesForAcceleration":5520,"insertedSamplesForDeceleration":600}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"outbound-rtp","track":{"id":"RTCAudioSource_1","kind":"audio","type":"media-source","timestamp":1650387587694.4,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"35c722b4-77fb-4185-add2-11dfedae5c75","totalAudioEnergy":0,"totalSamplesDuration":9.979999999999832,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14004.579524857323,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_1","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1426257039","bytesSent":17111,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387587694.4,"packetRate":400.1308435673521,"packetsSent":489,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_1","targetBitrate":32000,"headerBytesSent":13692,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"inbound-rtp","qpSum":3636,"track":{"id":"RTCMediaStreamTrack_receiver_2","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387587694.4,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":145,"framesDropped":0,"framesReceived":145,"trackIdentifier":"29e4fe95-c493-44a1-8436-e0898772645b","jitterBufferDelay":6.962,"jitterBufferEmittedCount":144},"jitter":0.047,"bitrate":658005.5691062649,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_2","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387587694.4,"frameWidth":640,"packetRate":653.0135367019186,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":638811,"framesDecoded":145,"framesDropped":0,"framesReceived":145,"framesPerSecond":15,"packetsReceived":647,"totalDecodeTime":0.703,"keyFramesDecoded":2,"jitterBufferDelay":6.962,"headerBytesReceived":16320,"totalInterFrameDelay":9.639000000000001,"decoderImplementation":"libvpx","jitterBufferEmittedCount":144,"estimatedPlayoutTimestamp":3859376387570,"lastPacketReceivedTimestamp":1650387587695,"totalSquaredInterFrameDelay":0.6759010000000002}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"outbound-rtp","qpSum":1679,"track":{"id":"RTCVideoSource_2","kind":"video","type":"media-source","width":640,"frames":147,"height":480,"timestamp":1650387587694.4,"framesPerSecond":14,"trackIdentifier":"8c4eb618-0b2a-4c72-850e-0138dac66e90"},"bitrate":1700365.6228797084,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_2","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3755933090","bytesSent":1817935,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387587694.4,"frameWidth":640,"framesSent":146,"packetRate":1589.3197106495224,"frameHeight":480,"packetsSent":1732,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":146,"mediaSourceId":"RTCVideoSource_2","hugeFramesSent":1,"framesPerSecond":15,"headerBytesSent":47900,"totalEncodeTime":3.666,"keyFramesEncoded":1,"totalPacketSendDelay":67.441,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":9.809,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 16:59:47.990384"},{"id":"90a3d668-347f-4b99-841e-1fa74936b3c5","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"ddaf3f34-1f80-44e9-bc5c-8340f3deec98","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-inbound-rtp","jitter":0.004,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1074976309","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387587483.941,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.01,"roundTripTimeMeasurements":3}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1426257039","mimeType":"audio/opus","bytesSent":10181,"clockRate":48000,"timestamp":1650387583737,"packetsSent":291,"payloadType":111,"reportsSent":2,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387583736,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"remote-inbound-rtp","jitter":0.046288888888888886,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3037276919","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387587150.089,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.026,"roundTripTimeMeasurements":10}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_MuQgjM5F_G4TpVVkb","type":"candidate-pair","local":{"id":"RTCIceCandidate_MuQgjM5F","ip":"192.168.100.46","port":60727,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387587693.185,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_G4TpVVkb","ip":"192.168.100.46","port":38231,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387587693.185,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":720629,"nominated":true,"timestamp":1650387587693.185,"packetsSent":1404,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":1925921,"responsesSent":8,"packetsReceived":2458,"localCandidateId":"RTCIceCandidate_MuQgjM5F","requestsReceived":8,"remoteCandidateId":"RTCIceCandidate_G4TpVVkb","responsesReceived":8,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.057,"consentRequestsSent":7,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.005,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":969433},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_11","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387587693.185,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"901da540-2346-4626-97c2-37dfc608c72b","concealedSamples":3992,"totalAudioEnergy":8.903987261285137e-9,"concealmentEvents":3,"jitterBufferDelay":23184,"totalSamplesDuration":9.879999999999834,"totalSamplesReceived":470720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":466560,"removedSamplesForAcceleration":720,"insertedSamplesForDeceleration":1320},"jitter":0.004,"bitrate":14002.388884119195,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_11","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1426257039","clockRate":48000,"mediaType":"audio","timestamp":1650387587693.185,"audioLevel":0.00003051850947599719,"packetRate":400.06825383197696,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":17111,"packetsReceived":489,"concealedSamples":3992,"packetsDiscarded":0,"totalAudioEnergy":8.903987261285137e-9,"concealmentEvents":3,"jitterBufferDelay":23184,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":13692,"totalSamplesDuration":9.879999999999834,"totalSamplesReceived":470720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":466560,"estimatedPlayoutTimestamp":3859376387626,"lastPacketReceivedTimestamp":1650387587692,"removedSamplesForAcceleration":720,"insertedSamplesForDeceleration":1320}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"outbound-rtp","track":{"id":"RTCAudioSource_11","kind":"audio","type":"media-source","timestamp":1650387587693.185,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":9.879999999999834,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14002.388884119195,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_11","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1074976309","bytesSent":17111,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387587693.185,"packetRate":400.06825383197696,"packetsSent":489,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_11","targetBitrate":32000,"headerBytesSent":13692,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"inbound-rtp","qpSum":1671,"track":{"id":"RTCMediaStreamTrack_receiver_12","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387587693.185,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":145,"framesDropped":0,"framesReceived":146,"trackIdentifier":"d079df5a-a820-429c-8222-b3971fede1c7","jitterBufferDelay":6.075,"jitterBufferEmittedCount":144},"jitter":0.02,"bitrate":1700099.646297078,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_12","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387587693.185,"frameWidth":640,"packetRate":1589.0711042206126,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":1801131,"framesDecoded":145,"framesDropped":0,"framesReceived":146,"framesPerSecond":15,"packetsReceived":1691,"totalDecodeTime":1.266,"keyFramesDecoded":1,"jitterBufferDelay":6.075,"headerBytesReceived":41404,"totalInterFrameDelay":9.614000000000006,"decoderImplementation":"libvpx","jitterBufferEmittedCount":144,"estimatedPlayoutTimestamp":3859376387594,"lastPacketReceivedTimestamp":1650387587679,"totalSquaredInterFrameDelay":0.6445900000000003}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"outbound-rtp","qpSum":3652,"track":{"id":"RTCVideoSource_12","kind":"video","type":"media-source","width":640,"frames":148,"height":480,"timestamp":1650387587693.185,"framesPerSecond":14,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":656390.3837891094,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_12","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_3037276919","bytesSent":641304,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387587693.185,"frameWidth":640,"framesSent":146,"packetRate":651.3111172384586,"frameHeight":480,"packetsSent":704,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":146,"mediaSourceId":"RTCVideoSource_12","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":29812,"totalEncodeTime":2.683,"keyFramesEncoded":2,"totalPacketSendDelay":29.092,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":9.88,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 16:59:48.005138"},{"id":"36a991b1-9986-4f66-ab04-722e2a76b130","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"ddaf3f34-1f80-44e9-bc5c-8340f3deec98","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-inbound-rtp","jitter":0.0038541666666666668,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1074976309","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387591367.758,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.012,"roundTripTimeMeasurements":4}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1426257039","mimeType":"audio/opus","bytesSent":20996,"clockRate":48000,"timestamp":1650387589909,"packetsSent":600,"payloadType":111,"reportsSent":3,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387589908,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"remote-inbound-rtp","jitter":0.04881111111111111,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3037276919","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387592384.477,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.039,"roundTripTimeMeasurements":16}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_MuQgjM5F_G4TpVVkb","type":"candidate-pair","local":{"id":"RTCIceCandidate_MuQgjM5F","ip":"192.168.100.46","port":60727,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387592692.987,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_G4TpVVkb","ip":"192.168.100.46","port":38231,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387592692.987,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":1358448,"nominated":true,"timestamp":1650387592692.987,"packetsSent":2351,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":3053034,"responsesSent":10,"packetsReceived":3844,"localCandidateId":"RTCIceCandidate_MuQgjM5F","requestsReceived":10,"remoteCandidateId":"RTCIceCandidate_G4TpVVkb","responsesReceived":10,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.061,"consentRequestsSent":9,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.003,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":1393082},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_11","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387592692.987,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"901da540-2346-4626-97c2-37dfc608c72b","concealedSamples":3992,"totalAudioEnergy":1.3560884364467723e-8,"concealmentEvents":3,"jitterBufferDelay":34915.2,"totalSamplesDuration":14.879999999999727,"totalSamplesReceived":710720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":706560,"removedSamplesForAcceleration":840,"insertedSamplesForDeceleration":1320},"jitter":0.003,"bitrate":14000.554416485926,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_11","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1426257039","clockRate":48000,"mediaType":"audio","timestamp":1650387592692.987,"audioLevel":0.00003051850947599719,"packetRate":400.0158404710265,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":25861,"packetsReceived":739,"concealedSamples":3992,"packetsDiscarded":0,"totalAudioEnergy":1.3560884364467723e-8,"concealmentEvents":3,"jitterBufferDelay":34915.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":20692,"totalSamplesDuration":14.879999999999727,"totalSamplesReceived":710720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":706560,"estimatedPlayoutTimestamp":3859376392606,"lastPacketReceivedTimestamp":1650387592692,"removedSamplesForAcceleration":840,"insertedSamplesForDeceleration":1320}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"outbound-rtp","track":{"id":"RTCAudioSource_11","kind":"audio","type":"media-source","timestamp":1650387592692.987,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":14.879999999999727,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14000.554416485926,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_11","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1074976309","bytesSent":25861,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387592692.987,"packetRate":400.0158404710265,"packetsSent":739,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_11","targetBitrate":32000,"headerBytesSent":20692,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"inbound-rtp","qpSum":2313,"track":{"id":"RTCMediaStreamTrack_receiver_12","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387592692.987,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":220,"framesDropped":0,"framesReceived":221,"trackIdentifier":"d079df5a-a820-429c-8222-b3971fede1c7","jitterBufferDelay":9.219,"jitterBufferEmittedCount":219},"jitter":0.02,"bitrate":1708270.8468582423,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_12","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387592692.987,"frameWidth":640,"packetRate":1603.263488607874,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":2868758,"framesDecoded":220,"framesDropped":0,"framesReceived":221,"framesPerSecond":15,"packetsReceived":2693,"totalDecodeTime":1.976,"keyFramesDecoded":1,"jitterBufferDelay":9.219,"headerBytesReceived":65852,"totalInterFrameDelay":14.609000000000009,"decoderImplementation":"libvpx","jitterBufferEmittedCount":219,"estimatedPlayoutTimestamp":3859376392596,"lastPacketReceivedTimestamp":1650387592681,"totalSquaredInterFrameDelay":0.9782409999999999}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"outbound-rtp","qpSum":4782,"track":{"id":"RTCVideoSource_12","kind":"video","type":"media-source","width":640,"frames":223,"height":480,"timestamp":1650387592692.987,"framesPerSecond":14,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":947755.9307646411,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_12","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_3037276919","bytesSent":1233628,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387592692.987,"frameWidth":640,"framesSent":221,"packetRate":924.8366231690131,"frameHeight":480,"packetsSent":1282,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":221,"mediaSourceId":"RTCVideoSource_12","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":44084,"totalEncodeTime":4.24,"keyFramesEncoded":2,"totalPacketSendDelay":58.705,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":14.879,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 16:59:52.959046"},{"id":"134bc189-7480-4f1a-93a7-1316834614c1","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"b70248ae-7b49-451c-b700-aa2bdf6c02f1","connection":"89a89195-d3e2-4ddd-a7ad-16731813455a","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-inbound-rtp","jitter":0.004416666666666667,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1426257039","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387591270.935,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.004,"totalRoundTripTime":0.009,"roundTripTimeMeasurements":3}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1074976309","mimeType":"audio/opus","bytesSent":25546,"clockRate":48000,"timestamp":1650387592539,"packetsSent":730,"payloadType":111,"reportsSent":3,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387592537,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"remote-inbound-rtp","jitter":0.020455555555555557,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3755933090","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387591964.208,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.031,"roundTripTimeMeasurements":13}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_R+TEW1mA_4vRCObVu","type":"candidate-pair","local":{"id":"RTCIceCandidate_R+TEW1mA","ip":"192.168.100.46","port":38231,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387592694.021,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_4vRCObVu","ip":"192.168.100.46","port":60727,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387592694.021,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":3053034,"nominated":true,"timestamp":1650387592694.021,"packetsSent":3844,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":1358448,"responsesSent":10,"packetsReceived":2351,"localCandidateId":"RTCIceCandidate_R+TEW1mA","requestsReceived":10,"remoteCandidateId":"RTCIceCandidate_4vRCObVu","responsesReceived":10,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.043,"consentRequestsSent":9,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.002,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":5181500},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_1","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387592694.021,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42d98e80-3ca6-45b4-998b-d8a51975661b","concealedSamples":0,"totalAudioEnergy":1.3309411920895864e-8,"concealmentEvents":0,"jitterBufferDelay":46483.2,"totalSamplesDuration":14.609999999999733,"totalSamplesReceived":701280,"silentConcealedSamples":0,"jitterBufferEmittedCount":707520,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720},"jitter":0.004,"bitrate":14001.061017905264,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_1","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1074976309","clockRate":48000,"mediaType":"audio","timestamp":1650387592694.021,"audioLevel":0.00003051850947599719,"packetRate":400.0303147972932,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":25861,"packetsReceived":739,"concealedSamples":0,"packetsDiscarded":0,"totalAudioEnergy":1.3309411920895864e-8,"concealmentEvents":0,"jitterBufferDelay":46483.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":20692,"totalSamplesDuration":14.609999999999733,"totalSamplesReceived":701280,"silentConcealedSamples":0,"jitterBufferEmittedCount":707520,"estimatedPlayoutTimestamp":3859376392607,"lastPacketReceivedTimestamp":1650387592693,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"outbound-rtp","track":{"id":"RTCAudioSource_1","kind":"audio","type":"media-source","timestamp":1650387592694.021,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"35c722b4-77fb-4185-add2-11dfedae5c75","totalAudioEnergy":0,"totalSamplesDuration":14.979999999999725,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14001.061017905264,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_1","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1426257039","bytesSent":25861,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387592694.021,"packetRate":400.0303147972932,"packetsSent":739,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_1","targetBitrate":32000,"headerBytesSent":20692,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"inbound-rtp","qpSum":4765,"track":{"id":"RTCMediaStreamTrack_receiver_2","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387592694.021,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":220,"framesDropped":0,"framesReceived":220,"trackIdentifier":"29e4fe95-c493-44a1-8436-e0898772645b","jitterBufferDelay":11.318,"jitterBufferEmittedCount":219},"jitter":0.048,"bitrate":949414.3478060447,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_2","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387592694.021,"frameWidth":640,"packetRate":926.4702090705312,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":1232150,"framesDecoded":220,"framesDropped":0,"framesReceived":220,"framesPerSecond":15,"packetsReceived":1226,"totalDecodeTime":1.158,"keyFramesDecoded":2,"jitterBufferDelay":11.318,"headerBytesReceived":30616,"totalInterFrameDelay":14.652000000000008,"decoderImplementation":"libvpx","jitterBufferEmittedCount":219,"estimatedPlayoutTimestamp":3859376392557,"lastPacketReceivedTimestamp":1650387592694,"totalSquaredInterFrameDelay":1.0116999999999996}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"outbound-rtp","qpSum":2325,"track":{"id":"RTCVideoSource_2","kind":"video","type":"media-source","width":640,"frames":222,"height":480,"timestamp":1650387592694.021,"framesPerSecond":14,"trackIdentifier":"8c4eb618-0b2a-4c72-850e-0138dac66e90"},"bitrate":1708332.659584359,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_2","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3755933090","bytesSent":2885562,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387592694.021,"frameWidth":640,"framesSent":221,"packetRate":1603.3215017075513,"frameHeight":480,"packetsSent":2734,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":221,"mediaSourceId":"RTCVideoSource_2","hugeFramesSent":1,"framesPerSecond":15,"headerBytesSent":72348,"totalEncodeTime":5.518,"keyFramesEncoded":1,"totalPacketSendDelay":107.129,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":14.809,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 16:59:52.963559"},{"id":"a533ad14-5ee3-4e3e-8ec0-9d01f014f8ae","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"b70248ae-7b49-451c-b700-aa2bdf6c02f1","connection":"89a89195-d3e2-4ddd-a7ad-16731813455a","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-inbound-rtp","jitter":0.003479166666666667,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1426257039","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387596505.206,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.011,"roundTripTimeMeasurements":4}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1074976309","mimeType":"audio/opus","bytesSent":30936,"clockRate":48000,"timestamp":1650387595602,"packetsSent":884,"payloadType":111,"reportsSent":4,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387595601,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"remote-inbound-rtp","jitter":0.0211,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3755933090","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387597207.129,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.052,"roundTripTimeMeasurements":19}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_R+TEW1mA_4vRCObVu","type":"candidate-pair","local":{"id":"RTCIceCandidate_R+TEW1mA","ip":"192.168.100.46","port":38231,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387597694.143,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_4vRCObVu","ip":"192.168.100.46","port":60727,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387597694.143,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":4175215,"nominated":true,"timestamp":1650387597694.143,"packetsSent":5219,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":2300070,"responsesSent":12,"packetsReceived":3568,"localCandidateId":"RTCIceCandidate_R+TEW1mA","requestsReceived":12,"remoteCandidateId":"RTCIceCandidate_4vRCObVu","responsesReceived":12,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.045,"consentRequestsSent":11,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":5181500},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_1","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387597694.143,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42d98e80-3ca6-45b4-998b-d8a51975661b","concealedSamples":0,"totalAudioEnergy":1.796630902407845e-8,"concealmentEvents":0,"jitterBufferDelay":57369.6,"totalSamplesDuration":19.610000000000266,"totalSamplesReceived":941280,"silentConcealedSamples":0,"jitterBufferEmittedCount":946560,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720},"jitter":0.005,"bitrate":13943.659578623568,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_1","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1074976309","clockRate":48000,"mediaType":"audio","timestamp":1650387597694.143,"audioLevel":0.00003051850947599719,"packetRate":398.39027367495913,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":34576,"packetsReceived":988,"concealedSamples":0,"packetsDiscarded":0,"totalAudioEnergy":1.796630902407845e-8,"concealmentEvents":0,"jitterBufferDelay":57369.6,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":27664,"totalSamplesDuration":19.610000000000266,"totalSamplesReceived":941280,"silentConcealedSamples":0,"jitterBufferEmittedCount":946560,"estimatedPlayoutTimestamp":3859376397617,"lastPacketReceivedTimestamp":1650387597682,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"outbound-rtp","track":{"id":"RTCAudioSource_1","kind":"audio","type":"media-source","timestamp":1650387597694.143,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"35c722b4-77fb-4185-add2-11dfedae5c75","totalAudioEnergy":0,"totalSamplesDuration":19.970000000000322,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13943.659578623568,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_1","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1426257039","bytesSent":34576,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387597694.143,"packetRate":398.39027367495913,"packetsSent":988,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_1","targetBitrate":32000,"headerBytesSent":27664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"inbound-rtp","qpSum":5587,"track":{"id":"RTCMediaStreamTrack_receiver_2","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387597694.143,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":294,"framesDropped":0,"framesReceived":295,"trackIdentifier":"29e4fe95-c493-44a1-8436-e0898772645b","jitterBufferDelay":15.799,"jitterBufferEmittedCount":293},"jitter":0.054,"bitrate":1420306.1245575058,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_2","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387597694.143,"frameWidth":640,"packetRate":1345.5671492395204,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":2119863,"framesDecoded":294,"framesDropped":0,"framesReceived":295,"framesPerSecond":16,"packetsReceived":2067,"totalDecodeTime":1.833,"keyFramesDecoded":2,"jitterBufferDelay":15.799,"headerBytesReceived":51200,"totalInterFrameDelay":19.62200000000004,"decoderImplementation":"libvpx","jitterBufferEmittedCount":293,"estimatedPlayoutTimestamp":3859376397518,"lastPacketReceivedTimestamp":1650387597692,"totalSquaredInterFrameDelay":1.347659999999999}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"outbound-rtp","qpSum":3027,"track":{"id":"RTCVideoSource_2","kind":"video","type":"media-source","width":640,"frames":297,"height":480,"timestamp":1650387597694.143,"framesPerSecond":14,"trackIdentifier":"8c4eb618-0b2a-4c72-850e-0138dac66e90"},"bitrate":1700777.6771074925,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_2","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3755933090","bytesSent":3948574,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387597694.143,"frameWidth":640,"framesSent":296,"packetRate":1598.3609775151974,"frameHeight":480,"packetsSent":3733,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":296,"mediaSourceId":"RTCVideoSource_2","hugeFramesSent":1,"framesPerSecond":15,"headerBytesSent":96724,"totalEncodeTime":7.669,"keyFramesEncoded":1,"totalPacketSendDelay":151.317,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":19.809,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 16:59:57.985348"},{"id":"37ba7ba1-3308-4ae7-ad8a-234acf4fb9c3","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"ddaf3f34-1f80-44e9-bc5c-8340f3deec98","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-inbound-rtp","jitter":0.0038541666666666668,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1074976309","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387591367.758,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.012,"roundTripTimeMeasurements":4}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1426257039","mimeType":"audio/opus","bytesSent":34191,"clockRate":48000,"timestamp":1650387597473,"packetsSent":977,"payloadType":111,"reportsSent":5,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387597472,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"remote-inbound-rtp","jitter":0.05592222222222222,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3037276919","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387597258.543,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.003,"totalRoundTripTime":0.047,"roundTripTimeMeasurements":20}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_MuQgjM5F_G4TpVVkb","type":"candidate-pair","local":{"id":"RTCIceCandidate_MuQgjM5F","ip":"192.168.100.46","port":60727,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387597693.063,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_G4TpVVkb","ip":"192.168.100.46","port":38231,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387597693.063,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":2300070,"nominated":true,"timestamp":1650387597693.063,"packetsSent":3568,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":4175215,"responsesSent":12,"packetsReceived":5219,"localCandidateId":"RTCIceCandidate_MuQgjM5F","requestsReceived":12,"remoteCandidateId":"RTCIceCandidate_G4TpVVkb","responsesReceived":12,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.063,"consentRequestsSent":11,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":2041898},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_11","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387597693.063,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"901da540-2346-4626-97c2-37dfc608c72b","concealedSamples":3992,"totalAudioEnergy":1.821778146765031e-8,"concealmentEvents":3,"jitterBufferDelay":46617.6,"totalSamplesDuration":19.880000000000308,"totalSamplesReceived":950720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":946560,"removedSamplesForAcceleration":840,"insertedSamplesForDeceleration":1320},"jitter":0.004,"bitrate":13943.788255949825,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_11","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1426257039","clockRate":48000,"mediaType":"audio","timestamp":1650387597693.063,"audioLevel":0.00003051850947599719,"packetRate":398.393950169995,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":34576,"packetsReceived":988,"concealedSamples":3992,"packetsDiscarded":0,"totalAudioEnergy":1.821778146765031e-8,"concealmentEvents":3,"jitterBufferDelay":46617.6,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":27664,"totalSamplesDuration":19.880000000000308,"totalSamplesReceived":950720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":946560,"estimatedPlayoutTimestamp":3859376397613,"lastPacketReceivedTimestamp":1650387597665,"removedSamplesForAcceleration":840,"insertedSamplesForDeceleration":1320}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"outbound-rtp","track":{"id":"RTCAudioSource_11","kind":"audio","type":"media-source","timestamp":1650387597693.063,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":19.870000000000307,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13943.788255949825,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_11","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1074976309","bytesSent":34576,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387597693.063,"packetRate":398.393950169995,"packetsSent":988,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_11","targetBitrate":32000,"headerBytesSent":27664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"inbound-rtp","qpSum":3016,"track":{"id":"RTCMediaStreamTrack_receiver_12","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387597693.063,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":295,"framesDropped":0,"framesReceived":296,"trackIdentifier":"d079df5a-a820-429c-8222-b3971fede1c7","jitterBufferDelay":12.587,"jitterBufferEmittedCount":294},"jitter":0.021,"bitrate":1700793.3725225169,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_12","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387597693.063,"frameWidth":640,"packetRate":1598.3757277904617,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":3931770,"framesDecoded":295,"framesDropped":0,"framesReceived":296,"framesPerSecond":15,"packetsReceived":3692,"totalDecodeTime":2.809,"keyFramesDecoded":1,"jitterBufferDelay":12.587,"headerBytesReceived":90228,"totalInterFrameDelay":19.623000000000008,"decoderImplementation":"libvpx","jitterBufferEmittedCount":294,"estimatedPlayoutTimestamp":3859376397586,"lastPacketReceivedTimestamp":1650387597671,"totalSquaredInterFrameDelay":1.3146929999999997}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"outbound-rtp","qpSum":5612,"track":{"id":"RTCVideoSource_12","kind":"video","type":"media-source","width":640,"frames":298,"height":480,"timestamp":1650387597693.063,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1421943.2070147763,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_12","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_3037276919","bytesSent":2122356,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387597693.063,"frameWidth":640,"framesSent":296,"packetRate":1347.1795423419105,"frameHeight":480,"packetsSent":2124,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":296,"mediaSourceId":"RTCVideoSource_12","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":64692,"totalEncodeTime":6.304,"keyFramesEncoded":2,"totalPacketSendDelay":116.926,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":19.88,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 16:59:57.987085"},{"id":"d1074a17-d0ae-451c-84f7-238bc38d1d19","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"ddaf3f34-1f80-44e9-bc5c-8340f3deec98","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-inbound-rtp","jitter":0.0050625,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1074976309","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387597749.533,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.014,"roundTripTimeMeasurements":5}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1426257039","mimeType":"audio/opus","bytesSent":39231,"clockRate":48000,"timestamp":1650387600337,"packetsSent":1121,"payloadType":111,"reportsSent":6,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387600335,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"remote-inbound-rtp","jitter":0.041322222222222225,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3037276919","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387601951.658,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.063,"roundTripTimeMeasurements":26}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_MuQgjM5F_G4TpVVkb","type":"candidate-pair","local":{"id":"RTCIceCandidate_MuQgjM5F","ip":"192.168.100.46","port":60727,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387602693.038,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_G4TpVVkb","ip":"192.168.100.46","port":38231,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387602693.038,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":3411062,"nominated":true,"timestamp":1650387602693.038,"packetsSent":4940,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":5309855,"responsesSent":14,"packetsReceived":6605,"localCandidateId":"RTCIceCandidate_MuQgjM5F","requestsReceived":14,"remoteCandidateId":"RTCIceCandidate_G4TpVVkb","responsesReceived":14,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.068,"consentRequestsSent":13,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.002,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":2795360},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_11","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387602693.038,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"901da540-2346-4626-97c2-37dfc608c72b","concealedSamples":3992,"totalAudioEnergy":2.2874678570832895e-8,"concealmentEvents":3,"jitterBufferDelay":58387.2,"totalSamplesDuration":24.88000000000109,"totalSamplesReceived":1190720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":1186560,"removedSamplesForAcceleration":840,"insertedSamplesForDeceleration":1320},"jitter":0.004,"bitrate":14000.069726909773,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_11","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1426257039","clockRate":48000,"mediaType":"audio","timestamp":1650387602693.038,"audioLevel":0.00003051850947599719,"packetRate":400.00199219742206,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":43326,"packetsReceived":1238,"concealedSamples":3992,"packetsDiscarded":0,"totalAudioEnergy":2.2874678570832895e-8,"concealmentEvents":3,"jitterBufferDelay":58387.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":34664,"totalSamplesDuration":24.88000000000109,"totalSamplesReceived":1190720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":1186560,"estimatedPlayoutTimestamp":3859376402620,"lastPacketReceivedTimestamp":1650387602666,"removedSamplesForAcceleration":840,"insertedSamplesForDeceleration":1320}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"outbound-rtp","track":{"id":"RTCAudioSource_11","kind":"audio","type":"media-source","timestamp":1650387602693.038,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":24.870000000001088,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14000.069726909773,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_11","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1074976309","bytesSent":43326,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387602693.038,"packetRate":400.00199219742206,"packetsSent":1238,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_11","targetBitrate":32000,"headerBytesSent":34664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"inbound-rtp","qpSum":3725,"track":{"id":"RTCMediaStreamTrack_receiver_12","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387602693.038,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":370,"framesDropped":0,"framesReceived":370,"trackIdentifier":"d079df5a-a820-429c-8222-b3971fede1c7","jitterBufferDelay":16.539,"jitterBufferEmittedCount":369},"jitter":0.02,"bitrate":1717979.7563444898,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_12","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387602693.038,"frameWidth":640,"packetRate":1606.4080006648471,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":5005502,"framesDecoded":370,"framesDropped":0,"framesReceived":370,"framesPerSecond":15,"packetsReceived":4696,"totalDecodeTime":3.636,"keyFramesDecoded":1,"jitterBufferDelay":16.539,"headerBytesReceived":114708,"totalInterFrameDelay":24.63000000000002,"decoderImplementation":"libvpx","jitterBufferEmittedCount":369,"estimatedPlayoutTimestamp":3859376402583,"lastPacketReceivedTimestamp":1650387602690,"totalSquaredInterFrameDelay":1.6496199999999983}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"outbound-rtp","qpSum":6340,"track":{"id":"RTCVideoSource_12","kind":"video","type":"media-source","width":640,"frames":373,"height":480,"timestamp":1650387602693.038,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1682641.9803458005,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_12","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_3037276919","bytesSent":3174002,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387602693.038,"frameWidth":640,"framesSent":371,"packetRate":1585.6078970705812,"frameHeight":480,"packetsSent":3115,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":371,"mediaSourceId":"RTCVideoSource_12","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":88860,"totalEncodeTime":8.374,"keyFramesEncoded":2,"totalPacketSendDelay":170.147,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":24.88,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:02.948204"},{"id":"31961ba2-934d-4118-a8ec-e0ee3cc81b00","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"b70248ae-7b49-451c-b700-aa2bdf6c02f1","connection":"89a89195-d3e2-4ddd-a7ad-16731813455a","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-inbound-rtp","jitter":0.004625,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1426257039","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387601663.344,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.013,"roundTripTimeMeasurements":5}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1074976309","mimeType":"audio/opus","bytesSent":39161,"clockRate":48000,"timestamp":1650387600303,"packetsSent":1119,"payloadType":111,"reportsSent":5,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387600302,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"remote-inbound-rtp","jitter":0.02058888888888889,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3755933090","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387601347.881,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.059,"roundTripTimeMeasurements":24}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_R+TEW1mA_4vRCObVu","type":"candidate-pair","local":{"id":"RTCIceCandidate_R+TEW1mA","ip":"192.168.100.46","port":38231,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387602694.134,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_4vRCObVu","ip":"192.168.100.46","port":60727,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387602694.134,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":5309855,"nominated":true,"timestamp":1650387602694.134,"packetsSent":6605,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":3411062,"responsesSent":14,"packetsReceived":4940,"localCandidateId":"RTCIceCandidate_R+TEW1mA","requestsReceived":14,"remoteCandidateId":"RTCIceCandidate_4vRCObVu","responsesReceived":14,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.047,"consentRequestsSent":13,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":5181500},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_1","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387602694.134,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42d98e80-3ca6-45b4-998b-d8a51975661b","concealedSamples":0,"totalAudioEnergy":2.2623206127261035e-8,"concealmentEvents":0,"jitterBufferDelay":68380.8,"totalSamplesDuration":24.610000000001047,"totalSamplesReceived":1181280,"silentConcealedSamples":0,"jitterBufferEmittedCount":1186560,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720},"jitter":0.004,"bitrate":14000.025293014445,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_1","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1074976309","clockRate":48000,"mediaType":"audio","timestamp":1650387602694.134,"audioLevel":0.00003051850947599719,"packetRate":400.00072265755557,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":43326,"packetsReceived":1238,"concealedSamples":0,"packetsDiscarded":0,"totalAudioEnergy":2.2623206127261035e-8,"concealmentEvents":0,"jitterBufferDelay":68380.8,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":34664,"totalSamplesDuration":24.610000000001047,"totalSamplesReceived":1181280,"silentConcealedSamples":0,"jitterBufferEmittedCount":1186560,"estimatedPlayoutTimestamp":3859376402617,"lastPacketReceivedTimestamp":1650387602682,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"outbound-rtp","track":{"id":"RTCAudioSource_1","kind":"audio","type":"media-source","timestamp":1650387602694.134,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"35c722b4-77fb-4185-add2-11dfedae5c75","totalAudioEnergy":0,"totalSamplesDuration":24.970000000001104,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14000.025293014445,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_1","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1426257039","bytesSent":43326,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387602694.134,"packetRate":400.00072265755557,"packetsSent":1238,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_1","targetBitrate":32000,"headerBytesSent":34664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"inbound-rtp","qpSum":6324,"track":{"id":"RTCMediaStreamTrack_receiver_2","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387602694.134,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":369,"framesDropped":0,"framesReceived":370,"trackIdentifier":"29e4fe95-c493-44a1-8436-e0898772645b","jitterBufferDelay":21.218,"jitterBufferEmittedCount":368},"jitter":0.041,"bitrate":1682636.6399197108,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_2","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387602694.134,"frameWidth":640,"packetRate":1585.6028646145503,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":3171509,"framesDecoded":369,"framesDropped":0,"framesReceived":370,"framesPerSecond":15,"packetsReceived":3058,"totalDecodeTime":2.625,"keyFramesDecoded":2,"jitterBufferDelay":21.218,"headerBytesReceived":75368,"totalInterFrameDelay":24.603000000000048,"decoderImplementation":"libvpx","jitterBufferEmittedCount":368,"estimatedPlayoutTimestamp":3859376402538,"lastPacketReceivedTimestamp":1650387602693,"totalSquaredInterFrameDelay":1.679322999999999}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"outbound-rtp","qpSum":3734,"track":{"id":"RTCVideoSource_2","kind":"video","type":"media-source","width":640,"frames":372,"height":480,"timestamp":1650387602694.134,"framesPerSecond":14,"trackIdentifier":"8c4eb618-0b2a-4c72-850e-0138dac66e90"},"bitrate":1719718.306912957,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_2","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3755933090","bytesSent":5023396,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387602694.134,"frameWidth":640,"framesSent":371,"packetRate":1608.0029050833734,"frameHeight":480,"packetsSent":4738,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":371,"mediaSourceId":"RTCVideoSource_2","hugeFramesSent":1,"framesPerSecond":15,"headerBytesSent":121244,"totalEncodeTime":9.794,"keyFramesEncoded":1,"totalPacketSendDelay":195.33,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":24.809,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:02.948890"},{"id":"7f5d247c-6b56-464c-b4f8-ba38db9d304f","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"ddaf3f34-1f80-44e9-bc5c-8340f3deec98","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-inbound-rtp","jitter":0.0036875,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1074976309","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387602757.374,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.015,"roundTripTimeMeasurements":6}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1426257039","mimeType":"audio/opus","bytesSent":51481,"clockRate":48000,"timestamp":1650387607338,"packetsSent":1471,"payloadType":111,"reportsSent":7,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387607338,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"remote-inbound-rtp","jitter":0.03464444444444444,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3037276919","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387607562.607,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.073,"roundTripTimeMeasurements":32}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_MuQgjM5F_G4TpVVkb","type":"candidate-pair","local":{"id":"RTCIceCandidate_MuQgjM5F","ip":"192.168.100.46","port":60727,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387607693.027,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_G4TpVVkb","ip":"192.168.100.46","port":38231,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387607693.027,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":4538757,"nominated":true,"timestamp":1650387607693.027,"packetsSent":6322,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":6431362,"responsesSent":16,"packetsReceived":7984,"localCandidateId":"RTCIceCandidate_MuQgjM5F","requestsReceived":16,"remoteCandidateId":"RTCIceCandidate_G4TpVVkb","responsesReceived":16,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.07,"consentRequestsSent":15,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3032727},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_11","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387607693.027,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"901da540-2346-4626-97c2-37dfc608c72b","concealedSamples":3992,"totalAudioEnergy":2.753157567401548e-8,"concealmentEvents":3,"jitterBufferDelay":70300.8,"totalSamplesDuration":29.88000000000187,"totalSamplesReceived":1430720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":1426560,"removedSamplesForAcceleration":960,"insertedSamplesForDeceleration":1320},"jitter":0.004,"bitrate":14000.030761786342,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_11","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1426257039","clockRate":48000,"mediaType":"audio","timestamp":1650387607693.027,"audioLevel":0.00003051850947599719,"packetRate":400.0008789081812,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":52076,"packetsReceived":1488,"concealedSamples":3992,"packetsDiscarded":0,"totalAudioEnergy":2.753157567401548e-8,"concealmentEvents":3,"jitterBufferDelay":70300.8,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":41664,"totalSamplesDuration":29.88000000000187,"totalSamplesReceived":1430720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":1426560,"estimatedPlayoutTimestamp":3859376407622,"lastPacketReceivedTimestamp":1650387607668,"removedSamplesForAcceleration":960,"insertedSamplesForDeceleration":1320}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"outbound-rtp","track":{"id":"RTCAudioSource_11","kind":"audio","type":"media-source","timestamp":1650387607693.027,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":29.87000000000187,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14000.030761786342,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_11","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1074976309","bytesSent":52076,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387607693.027,"packetRate":400.0008789081812,"packetsSent":1488,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_11","targetBitrate":32000,"headerBytesSent":41664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"inbound-rtp","qpSum":4394,"track":{"id":"RTCMediaStreamTrack_receiver_12","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387607693.027,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":445,"framesDropped":0,"framesReceived":446,"trackIdentifier":"d079df5a-a820-429c-8222-b3971fede1c7","jitterBufferDelay":20.455,"jitterBufferEmittedCount":444},"jitter":0.019,"bitrate":1700613.3366992262,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_12","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387607693.027,"frameWidth":640,"packetRate":1593.6035015701939,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":6068383,"framesDecoded":445,"framesDropped":0,"framesReceived":446,"framesPerSecond":15,"packetsReceived":5692,"totalDecodeTime":4.297,"keyFramesDecoded":1,"jitterBufferDelay":20.455,"headerBytesReceived":139028,"totalInterFrameDelay":29.62500000000004,"decoderImplementation":"libvpx","jitterBufferEmittedCount":444,"estimatedPlayoutTimestamp":3859376407589,"lastPacketReceivedTimestamp":1650387607690,"totalSquaredInterFrameDelay":1.9831269999999983}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"outbound-rtp","qpSum":6991,"track":{"id":"RTCVideoSource_12","kind":"video","type":"media-source","width":640,"frames":448,"height":480,"timestamp":1650387607693.027,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1708606.9542633272,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_12","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_3037276919","bytesSent":4241879,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387607693.027,"frameWidth":640,"framesSent":446,"packetRate":1598.403512117092,"frameHeight":480,"packetsSent":4114,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":446,"mediaSourceId":"RTCVideoSource_12","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":113236,"totalEncodeTime":9.979,"keyFramesEncoded":2,"totalPacketSendDelay":213.082,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":29.88,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:07.964176"},{"id":"c05a02ef-56b0-48a2-b594-4ba0f46bef8c","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"b70248ae-7b49-451c-b700-aa2bdf6c02f1","connection":"89a89195-d3e2-4ddd-a7ad-16731813455a","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-inbound-rtp","jitter":0.003875,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1426257039","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387604846.266,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.015,"roundTripTimeMeasurements":6}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1074976309","mimeType":"audio/opus","bytesSent":48926,"clockRate":48000,"timestamp":1650387605878,"packetsSent":1398,"payloadType":111,"reportsSent":7,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387605878,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"remote-inbound-rtp","jitter":0.019744444444444443,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3755933090","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387607339.962,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.003,"totalRoundTripTime":0.07,"roundTripTimeMeasurements":29}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_R+TEW1mA_4vRCObVu","type":"candidate-pair","local":{"id":"RTCIceCandidate_R+TEW1mA","ip":"192.168.100.46","port":38231,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387607694.039,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_4vRCObVu","ip":"192.168.100.46","port":60727,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387607694.039,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":6431362,"nominated":true,"timestamp":1650387607694.039,"packetsSent":7984,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":4538757,"responsesSent":16,"packetsReceived":6322,"localCandidateId":"RTCIceCandidate_R+TEW1mA","requestsReceived":16,"remoteCandidateId":"RTCIceCandidate_4vRCObVu","responsesReceived":16,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.048,"consentRequestsSent":15,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":5181500},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_1","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387607694.039,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42d98e80-3ca6-45b4-998b-d8a51975661b","concealedSamples":0,"totalAudioEnergy":2.728010323044362e-8,"concealmentEvents":0,"jitterBufferDelay":79555.2,"totalSamplesDuration":29.61000000000183,"totalSamplesReceived":1421280,"silentConcealedSamples":0,"jitterBufferEmittedCount":1426560,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720},"jitter":0.005,"bitrate":14000.26592301973,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_1","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1074976309","clockRate":48000,"mediaType":"audio","timestamp":1650387607694.039,"audioLevel":0.00003051850947599719,"packetRate":400.0075978005637,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":52076,"packetsReceived":1488,"concealedSamples":0,"packetsDiscarded":0,"totalAudioEnergy":2.728010323044362e-8,"concealmentEvents":0,"jitterBufferDelay":79555.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":41664,"totalSamplesDuration":29.61000000000183,"totalSamplesReceived":1421280,"silentConcealedSamples":0,"jitterBufferEmittedCount":1426560,"estimatedPlayoutTimestamp":3859376407620,"lastPacketReceivedTimestamp":1650387607688,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"outbound-rtp","track":{"id":"RTCAudioSource_1","kind":"audio","type":"media-source","timestamp":1650387607694.039,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"35c722b4-77fb-4185-add2-11dfedae5c75","totalAudioEnergy":0,"totalSamplesDuration":29.970000000001885,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14000.26592301973,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_1","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1426257039","bytesSent":52076,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387607694.039,"packetRate":400.0075978005637,"packetsSent":1488,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_1","targetBitrate":32000,"headerBytesSent":41664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"inbound-rtp","qpSum":6983,"track":{"id":"RTCMediaStreamTrack_receiver_2","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387607694.039,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":445,"framesDropped":0,"framesReceived":445,"trackIdentifier":"29e4fe95-c493-44a1-8436-e0898772645b","jitterBufferDelay":26.118,"jitterBufferEmittedCount":444},"jitter":0.034,"bitrate":1708635.6540658902,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_2","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387607694.039,"frameWidth":640,"packetRate":1598.4303608110527,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":4239386,"framesDecoded":445,"framesDropped":0,"framesReceived":445,"framesPerSecond":15,"packetsReceived":4057,"totalDecodeTime":3.159,"keyFramesDecoded":2,"jitterBufferDelay":26.118,"headerBytesReceived":99744,"totalInterFrameDelay":29.65400000000007,"decoderImplementation":"libvpx","jitterBufferEmittedCount":444,"estimatedPlayoutTimestamp":3859376407555,"lastPacketReceivedTimestamp":1650387607693,"totalSquaredInterFrameDelay":2.0155339999999984}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"outbound-rtp","qpSum":4402,"track":{"id":"RTCVideoSource_2","kind":"video","type":"media-source","width":640,"frames":447,"height":480,"timestamp":1650387607694.039,"framesPerSecond":14,"trackIdentifier":"8c4eb618-0b2a-4c72-850e-0138dac66e90"},"bitrate":1698897.8691050333,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_2","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3755933090","bytesSent":6085187,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387607694.039,"frameWidth":640,"framesSent":446,"packetRate":1592.0302392462436,"frameHeight":480,"packetsSent":5733,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":446,"mediaSourceId":"RTCVideoSource_2","hugeFramesSent":1,"framesPerSecond":15,"headerBytesSent":145524,"totalEncodeTime":11.394,"keyFramesEncoded":1,"totalPacketSendDelay":231.276,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":29.809,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:07.970229"},{"id":"53a1ab93-872a-48bf-a337-51486b3e6b1e","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"ddaf3f34-1f80-44e9-bc5c-8340f3deec98","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-inbound-rtp","jitter":0.003895833333333333,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1074976309","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387609145.363,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.016,"roundTripTimeMeasurements":7}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1426257039","mimeType":"audio/opus","bytesSent":59181,"clockRate":48000,"timestamp":1650387611743,"packetsSent":1691,"payloadType":111,"reportsSent":8,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387611743,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"remote-inbound-rtp","jitter":0.031033333333333333,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3037276919","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387612167.159,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.081,"roundTripTimeMeasurements":37}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_MuQgjM5F_G4TpVVkb","type":"candidate-pair","local":{"id":"RTCIceCandidate_MuQgjM5F","ip":"192.168.100.46","port":60727,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387612693.098,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_G4TpVVkb","ip":"192.168.100.46","port":38231,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387612693.098,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":5640864,"nominated":true,"timestamp":1650387612693.098,"packetsSent":7684,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":7555027,"responsesSent":18,"packetsReceived":9363,"localCandidateId":"RTCIceCandidate_MuQgjM5F","requestsReceived":18,"remoteCandidateId":"RTCIceCandidate_G4TpVVkb","responsesReceived":18,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.073,"consentRequestsSent":17,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3092251},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_11","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387612693.098,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"901da540-2346-4626-97c2-37dfc608c72b","concealedSamples":3992,"totalAudioEnergy":3.2188472777198914e-8,"concealmentEvents":3,"jitterBufferDelay":81744,"totalSamplesDuration":34.88000000000163,"totalSamplesReceived":1670720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":1667520,"removedSamplesForAcceleration":1200,"insertedSamplesForDeceleration":1320},"jitter":0.004,"bitrate":14055.80096766208,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_11","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1426257039","clockRate":48000,"mediaType":"audio","timestamp":1650387612693.098,"audioLevel":0.00003051850947599719,"packetRate":401.5943133617737,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":60861,"packetsReceived":1739,"concealedSamples":3992,"packetsDiscarded":0,"totalAudioEnergy":3.2188472777198914e-8,"concealmentEvents":3,"jitterBufferDelay":81744,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":48692,"totalSamplesDuration":34.88000000000163,"totalSamplesReceived":1670720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":1667520,"estimatedPlayoutTimestamp":3859376412630,"lastPacketReceivedTimestamp":1650387612685,"removedSamplesForAcceleration":1200,"insertedSamplesForDeceleration":1320}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"outbound-rtp","track":{"id":"RTCAudioSource_11","kind":"audio","type":"media-source","timestamp":1650387612693.098,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":34.87000000000163,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13999.8017606196,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_11","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1074976309","bytesSent":60826,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387612693.098,"packetRate":399.9943360177029,"packetsSent":1738,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_11","targetBitrate":32000,"headerBytesSent":48664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"inbound-rtp","qpSum":4980,"track":{"id":"RTCMediaStreamTrack_receiver_12","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387612693.098,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":520,"framesDropped":0,"framesReceived":521,"trackIdentifier":"d079df5a-a820-429c-8222-b3971fede1c7","jitterBufferDelay":24.287,"jitterBufferEmittedCount":519},"jitter":0.02,"bitrate":1702361.4942952467,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_12","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387612693.098,"frameWidth":640,"packetRate":1593.5774346945282,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":7132374,"framesDecoded":520,"framesDropped":0,"framesReceived":521,"framesPerSecond":15,"packetsReceived":6688,"totalDecodeTime":4.98,"keyFramesDecoded":1,"jitterBufferDelay":24.287,"headerBytesReceived":163332,"totalInterFrameDelay":34.624000000000045,"decoderImplementation":"libvpx","jitterBufferEmittedCount":519,"estimatedPlayoutTimestamp":3859376412591,"lastPacketReceivedTimestamp":1650387612686,"totalSquaredInterFrameDelay":2.317300000000001}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"outbound-rtp","qpSum":7582,"track":{"id":"RTCVideoSource_12","kind":"video","type":"media-source","width":640,"frames":523,"height":480,"timestamp":1650387612693.098,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1668773.1699111683,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_12","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_3037276919","bytesSent":5284877,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387612693.098,"frameWidth":640,"framesSent":521,"packetRate":1564.7778425012536,"frameHeight":480,"packetsSent":5092,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":521,"mediaSourceId":"RTCVideoSource_12","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":137108,"totalEncodeTime":11.734,"keyFramesEncoded":2,"totalPacketSendDelay":256.22,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":34.88,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:12.979419"},{"id":"b8065a46-0dbd-4799-8ce2-754fb30cb50b","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"b70248ae-7b49-451c-b700-aa2bdf6c02f1","connection":"89a89195-d3e2-4ddd-a7ad-16731813455a","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-inbound-rtp","jitter":0.004479166666666667,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1426257039","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387608406.57,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.017,"roundTripTimeMeasurements":7}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1074976309","mimeType":"audio/opus","bytesSent":57361,"clockRate":48000,"timestamp":1650387610716,"packetsSent":1639,"payloadType":111,"reportsSent":8,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387610715,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"remote-inbound-rtp","jitter":0.019755555555555554,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3755933090","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387612002.801,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.084,"roundTripTimeMeasurements":35}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_R+TEW1mA_4vRCObVu","type":"candidate-pair","local":{"id":"RTCIceCandidate_R+TEW1mA","ip":"192.168.100.46","port":38231,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387612694.107,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_4vRCObVu","ip":"192.168.100.46","port":60727,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387612694.107,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":7555027,"nominated":true,"timestamp":1650387612694.107,"packetsSent":9363,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":5640864,"responsesSent":18,"packetsReceived":7684,"localCandidateId":"RTCIceCandidate_R+TEW1mA","requestsReceived":18,"remoteCandidateId":"RTCIceCandidate_4vRCObVu","responsesReceived":18,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.052,"consentRequestsSent":17,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.002,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":5181500},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_1","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387612694.107,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42d98e80-3ca6-45b4-998b-d8a51975661b","concealedSamples":0,"totalAudioEnergy":3.1937000333626965e-8,"concealmentEvents":0,"jitterBufferDelay":90614.4,"totalSamplesDuration":34.61000000000168,"totalSamplesReceived":1661280,"silentConcealedSamples":0,"jitterBufferEmittedCount":1666560,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720},"jitter":0.004,"bitrate":13999.809963517097,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_1","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1074976309","clockRate":48000,"mediaType":"audio","timestamp":1650387612694.107,"audioLevel":0.00003051850947599719,"packetRate":399.9945703862028,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":60826,"packetsReceived":1738,"concealedSamples":0,"packetsDiscarded":0,"totalAudioEnergy":3.1937000333626965e-8,"concealmentEvents":0,"jitterBufferDelay":90614.4,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":48664,"totalSamplesDuration":34.61000000000168,"totalSamplesReceived":1661280,"silentConcealedSamples":0,"jitterBufferEmittedCount":1666560,"estimatedPlayoutTimestamp":3859376412615,"lastPacketReceivedTimestamp":1650387612667,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"outbound-rtp","track":{"id":"RTCAudioSource_1","kind":"audio","type":"media-source","timestamp":1650387612694.107,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"35c722b4-77fb-4185-add2-11dfedae5c75","totalAudioEnergy":0,"totalSamplesDuration":34.98000000000161,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14055.809203371165,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_1","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1426257039","bytesSent":60861,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387612694.107,"packetRate":401.5945486677476,"packetsSent":1739,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_1","targetBitrate":32000,"headerBytesSent":48692,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"inbound-rtp","qpSum":7577,"track":{"id":"RTCMediaStreamTrack_receiver_2","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387612694.107,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":520,"framesDropped":0,"framesReceived":520,"trackIdentifier":"29e4fe95-c493-44a1-8436-e0898772645b","jitterBufferDelay":30.697,"jitterBufferEmittedCount":519},"jitter":0.03,"bitrate":1668774.1476946748,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_2","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387612694.107,"frameWidth":640,"packetRate":1564.778759350825,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":5282384,"framesDecoded":520,"framesDropped":0,"framesReceived":520,"framesPerSecond":15,"packetsReceived":5035,"totalDecodeTime":3.761,"keyFramesDecoded":2,"jitterBufferDelay":30.697,"headerBytesReceived":123616,"totalInterFrameDelay":34.644000000000084,"decoderImplementation":"libvpx","jitterBufferEmittedCount":519,"estimatedPlayoutTimestamp":3859376412565,"lastPacketReceivedTimestamp":1650387612693,"totalSquaredInterFrameDelay":2.348084000000002}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"outbound-rtp","qpSum":4985,"track":{"id":"RTCVideoSource_2","kind":"video","type":"media-source","width":640,"frames":522,"height":480,"timestamp":1650387612694.107,"framesPerSecond":14,"trackIdentifier":"8c4eb618-0b2a-4c72-850e-0138dac66e90"},"bitrate":1702362.4917591452,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_2","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3755933090","bytesSent":7149178,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387612694.107,"frameWidth":640,"framesSent":521,"packetRate":1593.5783684186317,"frameHeight":480,"packetsSent":6729,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":521,"mediaSourceId":"RTCVideoSource_2","hugeFramesSent":1,"framesPerSecond":15,"headerBytesSent":169828,"totalEncodeTime":13.15,"keyFramesEncoded":1,"totalPacketSendDelay":269.456,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":34.809,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:12.980442"},{"id":"51b00954-34c7-42be-86a3-47fa118cdf55","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"ddaf3f34-1f80-44e9-bc5c-8340f3deec98","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-inbound-rtp","jitter":0.004,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1074976309","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387617552.791,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.019,"roundTripTimeMeasurements":9}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1426257039","mimeType":"audio/opus","bytesSent":67896,"clockRate":48000,"timestamp":1650387616721,"packetsSent":1940,"payloadType":111,"reportsSent":9,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387616716,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"remote-inbound-rtp","jitter":0.03164444444444445,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3037276919","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387617394.579,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.102,"roundTripTimeMeasurements":43}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_MuQgjM5F_G4TpVVkb","type":"candidate-pair","local":{"id":"RTCIceCandidate_MuQgjM5F","ip":"192.168.100.46","port":60727,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387617693.204,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"in-progress","remote":{"id":"RTCIceCandidate_G4TpVVkb","ip":"192.168.100.46","port":38231,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387617693.204,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":6773813,"nominated":true,"timestamp":1650387617693.204,"packetsSent":9076,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":8679142,"responsesSent":20,"packetsReceived":10744,"localCandidateId":"RTCIceCandidate_MuQgjM5F","requestsReceived":20,"remoteCandidateId":"RTCIceCandidate_G4TpVVkb","responsesReceived":19,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.074,"consentRequestsSent":19,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3180805},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_11","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387617693.204,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"901da540-2346-4626-97c2-37dfc608c72b","concealedSamples":3992,"totalAudioEnergy":3.6845369880383154e-8,"concealmentEvents":3,"jitterBufferDelay":91238.4,"totalSamplesDuration":39.880000000000635,"totalSamplesReceived":1910720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":1907520,"removedSamplesForAcceleration":1200,"insertedSamplesForDeceleration":1320},"jitter":0.004,"bitrate":13943.703832462543,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_11","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1426257039","clockRate":48000,"mediaType":"audio","timestamp":1650387617693.204,"audioLevel":0.00003051850947599719,"packetRate":398.39153807035837,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":69576,"packetsReceived":1988,"concealedSamples":3992,"packetsDiscarded":0,"totalAudioEnergy":3.6845369880383154e-8,"concealmentEvents":3,"jitterBufferDelay":91238.4,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":55664,"totalSamplesDuration":39.880000000000635,"totalSamplesReceived":1910720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":1907520,"estimatedPlayoutTimestamp":3859376417625,"lastPacketReceivedTimestamp":1650387617678,"removedSamplesForAcceleration":1200,"insertedSamplesForDeceleration":1320}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"outbound-rtp","track":{"id":"RTCAudioSource_11","kind":"audio","type":"media-source","timestamp":1650387617693.204,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":39.880000000000635,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13999.702643034683,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_11","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1074976309","bytesSent":69576,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387617693.204,"packetRate":399.9915040867052,"packetsSent":1988,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_11","targetBitrate":32000,"headerBytesSent":55664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"inbound-rtp","qpSum":5473,"track":{"id":"RTCMediaStreamTrack_receiver_12","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387617693.204,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":595,"framesDropped":0,"framesReceived":596,"trackIdentifier":"d079df5a-a820-429c-8222-b3971fede1c7","jitterBufferDelay":28.198,"jitterBufferEmittedCount":594},"jitter":0.02,"bitrate":1703071.0263722427,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_12","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387617693.204,"frameWidth":640,"packetRate":1598.3660503304739,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":8196816,"framesDecoded":595,"framesDropped":0,"framesReceived":596,"framesPerSecond":15,"packetsReceived":7687,"totalDecodeTime":5.739,"keyFramesDecoded":1,"jitterBufferDelay":28.198,"headerBytesReceived":187708,"totalInterFrameDelay":39.62400000000005,"decoderImplementation":"libvpx","jitterBufferEmittedCount":594,"estimatedPlayoutTimestamp":3859376417591,"lastPacketReceivedTimestamp":1650387617690,"totalSquaredInterFrameDelay":2.651402000000001}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"outbound-rtp","qpSum":8071,"track":{"id":"RTCVideoSource_12","kind":"video","type":"media-source","width":640,"frames":598,"height":480,"timestamp":1650387617693.204,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1716571.5396181769,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_12","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_3037276919","bytesSent":6357757,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387617693.204,"frameWidth":640,"framesSent":596,"packetRate":1617.5656425266359,"frameHeight":480,"packetsSent":6103,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":596,"mediaSourceId":"RTCVideoSource_12","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":161772,"totalEncodeTime":13.656,"keyFramesEncoded":2,"totalPacketSendDelay":303.52,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":39.881,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:17.949759"},{"id":"bdaf827c-c292-4152-ada2-ae687252e2bb","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"b70248ae-7b49-451c-b700-aa2bdf6c02f1","connection":"89a89195-d3e2-4ddd-a7ad-16731813455a","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-inbound-rtp","jitter":0.00475,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1426257039","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387613224.584,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.019,"roundTripTimeMeasurements":8}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1074976309","mimeType":"audio/opus","bytesSent":64151,"clockRate":48000,"timestamp":1650387614589,"packetsSent":1833,"payloadType":111,"reportsSent":9,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387614588,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"remote-inbound-rtp","jitter":0.02061111111111111,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3755933090","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387616887.37,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.09,"roundTripTimeMeasurements":39}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_R+TEW1mA_4vRCObVu","type":"candidate-pair","local":{"id":"RTCIceCandidate_R+TEW1mA","ip":"192.168.100.46","port":38231,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387617694.135,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_4vRCObVu","ip":"192.168.100.46","port":60727,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387617694.135,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":8679215,"nominated":true,"timestamp":1650387617694.135,"packetsSent":10745,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":6773813,"responsesSent":19,"packetsReceived":9076,"localCandidateId":"RTCIceCandidate_R+TEW1mA","requestsReceived":19,"remoteCandidateId":"RTCIceCandidate_4vRCObVu","responsesReceived":20,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.054,"consentRequestsSent":19,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":5181500},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_1","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387617694.135,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42d98e80-3ca6-45b4-998b-d8a51975661b","concealedSamples":0,"totalAudioEnergy":3.6593897436811205e-8,"concealmentEvents":0,"jitterBufferDelay":101644.8,"totalSamplesDuration":39.61000000000069,"totalSamplesReceived":1901280,"silentConcealedSamples":0,"jitterBufferEmittedCount":1906560,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720},"jitter":0.004,"bitrate":13999.92138716018,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_1","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1074976309","clockRate":48000,"mediaType":"audio","timestamp":1650387617694.135,"audioLevel":0.00003051850947599719,"packetRate":399.99775391886226,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":69576,"packetsReceived":1988,"concealedSamples":0,"packetsDiscarded":0,"totalAudioEnergy":3.6593897436811205e-8,"concealmentEvents":0,"jitterBufferDelay":101644.8,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":55664,"totalSamplesDuration":39.61000000000069,"totalSamplesReceived":1901280,"silentConcealedSamples":0,"jitterBufferEmittedCount":1906560,"estimatedPlayoutTimestamp":3859376417616,"lastPacketReceivedTimestamp":1650387617677,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"outbound-rtp","track":{"id":"RTCAudioSource_1","kind":"audio","type":"media-source","timestamp":1650387617694.135,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"35c722b4-77fb-4185-add2-11dfedae5c75","totalAudioEnergy":0,"totalSamplesDuration":39.99000000000061,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13943.921701611538,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_1","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1426257039","bytesSent":69576,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387617694.135,"packetRate":398.39776290318684,"packetsSent":1988,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_1","targetBitrate":32000,"headerBytesSent":55664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"inbound-rtp","qpSum":8066,"track":{"id":"RTCMediaStreamTrack_receiver_2","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387617694.135,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":595,"framesDropped":0,"framesReceived":595,"trackIdentifier":"29e4fe95-c493-44a1-8436-e0898772645b","jitterBufferDelay":35.027,"jitterBufferEmittedCount":594},"jitter":0.032,"bitrate":1716598.3608978759,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_2","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387617694.135,"frameWidth":640,"packetRate":1617.590916847879,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":6355264,"framesDecoded":595,"framesDropped":0,"framesReceived":595,"framesPerSecond":15,"packetsReceived":6046,"totalDecodeTime":4.429,"keyFramesDecoded":2,"jitterBufferDelay":35.027,"headerBytesReceived":148280,"totalInterFrameDelay":39.6400000000001,"decoderImplementation":"libvpx","jitterBufferEmittedCount":594,"estimatedPlayoutTimestamp":3859376417571,"lastPacketReceivedTimestamp":1650387617694,"totalSquaredInterFrameDelay":2.6819880000000036}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"outbound-rtp","qpSum":5478,"track":{"id":"RTCVideoSource_2","kind":"video","type":"media-source","width":640,"frames":597,"height":480,"timestamp":1650387617694.135,"framesPerSecond":14,"trackIdentifier":"8c4eb618-0b2a-4c72-850e-0138dac66e90"},"bitrate":1703097.6367076065,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_2","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3755933090","bytesSent":8213620,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387617694.135,"frameWidth":640,"framesSent":596,"packetRate":1598.3910246597736,"frameHeight":480,"packetsSent":7728,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":596,"mediaSourceId":"RTCVideoSource_2","hugeFramesSent":1,"framesPerSecond":15,"headerBytesSent":194204,"totalEncodeTime":15.073,"keyFramesEncoded":1,"totalPacketSendDelay":310.504,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":39.809,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:17.950584"},{"id":"a5034e58-8219-4de8-b080-612776bd573b","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"ddaf3f34-1f80-44e9-bc5c-8340f3deec98","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-inbound-rtp","jitter":0.004,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1074976309","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387617552.791,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.019,"roundTripTimeMeasurements":9}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1426257039","mimeType":"audio/opus","bytesSent":72516,"clockRate":48000,"timestamp":1650387619371,"packetsSent":2072,"payloadType":111,"reportsSent":10,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387619370,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"remote-inbound-rtp","jitter":0.034466666666666666,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3037276919","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387622670.967,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.111,"roundTripTimeMeasurements":48}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_MuQgjM5F_G4TpVVkb","type":"candidate-pair","local":{"id":"RTCIceCandidate_MuQgjM5F","ip":"192.168.100.46","port":60727,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387622693.01,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_G4TpVVkb","ip":"192.168.100.46","port":38231,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387622693.01,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":7933399,"nominated":true,"timestamp":1650387622693.01,"packetsSent":10490,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":9815641,"responsesSent":22,"packetsReceived":12137,"localCandidateId":"RTCIceCandidate_MuQgjM5F","requestsReceived":22,"remoteCandidateId":"RTCIceCandidate_G4TpVVkb","responsesReceived":21,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.077,"consentRequestsSent":20,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3253846},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_11","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387622693.01,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"901da540-2346-4626-97c2-37dfc608c72b","concealedSamples":3992,"totalAudioEnergy":4.1502266983567394e-8,"concealmentEvents":3,"jitterBufferDelay":100809.6,"totalSamplesDuration":44.87999999999964,"totalSamplesReceived":2150720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":2147520,"removedSamplesForAcceleration":1200,"insertedSamplesForDeceleration":1320},"jitter":0.004,"bitrate":14056.545652040691,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_11","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1426257039","clockRate":48000,"mediaType":"audio","timestamp":1650387622693.01,"audioLevel":0.00003051850947599719,"packetRate":401.6155900583055,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":78361,"packetsReceived":2239,"concealedSamples":3992,"packetsDiscarded":0,"totalAudioEnergy":4.1502266983567394e-8,"concealmentEvents":3,"jitterBufferDelay":100809.6,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":62692,"totalSamplesDuration":44.87999999999964,"totalSamplesReceived":2150720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":2147520,"estimatedPlayoutTimestamp":3859376422627,"lastPacketReceivedTimestamp":1650387622685,"removedSamplesForAcceleration":1200,"insertedSamplesForDeceleration":1320}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"outbound-rtp","track":{"id":"RTCAudioSource_11","kind":"audio","type":"media-source","timestamp":1650387622693.01,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":44.86999999999964,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14000.54347812818,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_11","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1074976309","bytesSent":78326,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387622693.01,"packetRate":400.0155279465194,"packetsSent":2238,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_11","targetBitrate":32000,"headerBytesSent":62664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"inbound-rtp","qpSum":5987,"track":{"id":"RTCMediaStreamTrack_receiver_12","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387622693.01,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":670,"framesDropped":0,"framesReceived":671,"trackIdentifier":"d079df5a-a820-429c-8222-b3971fede1c7","jitterBufferDelay":32.097,"jitterBufferEmittedCount":669},"jitter":0.02,"bitrate":1722294.0566296398,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_12","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387622693.01,"frameWidth":640,"packetRate":1620.8629192392966,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":9273208,"framesDecoded":670,"framesDropped":0,"framesReceived":671,"framesPerSecond":15,"packetsReceived":8700,"totalDecodeTime":6.439,"keyFramesDecoded":1,"jitterBufferDelay":32.097,"headerBytesReceived":212404,"totalInterFrameDelay":44.620000000000054,"decoderImplementation":"libvpx","jitterBufferEmittedCount":669,"estimatedPlayoutTimestamp":3859376422589,"lastPacketReceivedTimestamp":1650387622680,"totalSquaredInterFrameDelay":2.984892000000002}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"outbound-rtp","qpSum":8576,"track":{"id":"RTCVideoSource_12","kind":"video","type":"media-source","width":640,"frames":673,"height":480,"timestamp":1650387622693.01,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1758133.8478715362,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_12","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_3037276919","bytesSent":7456548,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387622693.01,"frameWidth":640,"framesSent":671,"packetRate":1652.8641614750181,"frameHeight":480,"packetsSent":7136,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":671,"mediaSourceId":"RTCVideoSource_12","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":186948,"totalEncodeTime":15.501,"keyFramesEncoded":2,"totalPacketSendDelay":350.817,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":44.88,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:22.905653"},{"id":"235e4c41-2728-435d-8057-94d9358c4ec9","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"b70248ae-7b49-451c-b700-aa2bdf6c02f1","connection":"89a89195-d3e2-4ddd-a7ad-16731813455a","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-inbound-rtp","jitter":0.00425,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1426257039","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387622690.737,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.027,"roundTripTimeMeasurements":10}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1074976309","mimeType":"audio/opus","bytesSent":73356,"clockRate":48000,"timestamp":1650387619837,"packetsSent":2096,"payloadType":111,"reportsSent":10,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387619836,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"remote-inbound-rtp","jitter":0.0202,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3755933090","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387622027.801,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.097,"roundTripTimeMeasurements":44}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_R+TEW1mA_4vRCObVu","type":"candidate-pair","local":{"id":"RTCIceCandidate_R+TEW1mA","ip":"192.168.100.46","port":38231,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387622694.084,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_4vRCObVu","ip":"192.168.100.46","port":60727,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387622694.084,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":9815641,"nominated":true,"timestamp":1650387622694.084,"packetsSent":12137,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":7933399,"responsesSent":21,"packetsReceived":10490,"localCandidateId":"RTCIceCandidate_R+TEW1mA","requestsReceived":21,"remoteCandidateId":"RTCIceCandidate_4vRCObVu","responsesReceived":22,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.055,"consentRequestsSent":21,"bytesDiscardedOnSend":0,"currentRoundTripTime":0,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":5181500},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_1","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387622694.084,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42d98e80-3ca6-45b4-998b-d8a51975661b","concealedSamples":0,"totalAudioEnergy":4.1250794539995445e-8,"concealmentEvents":0,"jitterBufferDelay":112723.2,"totalSamplesDuration":44.609999999999694,"totalSamplesReceived":2141280,"silentConcealedSamples":0,"jitterBufferEmittedCount":2146560,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720},"jitter":0.004,"bitrate":14000.142872551774,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_1","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1074976309","clockRate":48000,"mediaType":"audio","timestamp":1650387622694.084,"audioLevel":0.00003051850947599719,"packetRate":400.00408207290786,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":78326,"packetsReceived":2238,"concealedSamples":0,"packetsDiscarded":0,"totalAudioEnergy":4.1250794539995445e-8,"concealmentEvents":0,"jitterBufferDelay":112723.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":62664,"totalSamplesDuration":44.609999999999694,"totalSamplesReceived":2141280,"silentConcealedSamples":0,"jitterBufferEmittedCount":2146560,"estimatedPlayoutTimestamp":3859376422615,"lastPacketReceivedTimestamp":1650387622667,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"outbound-rtp","track":{"id":"RTCAudioSource_1","kind":"audio","type":"media-source","timestamp":1650387622694.084,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"35c722b4-77fb-4185-add2-11dfedae5c75","totalAudioEnergy":0,"totalSamplesDuration":44.97999999999962,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14056.143444041982,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_1","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1426257039","bytesSent":78361,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387622694.084,"packetRate":401.6040984011995,"packetsSent":2239,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_1","targetBitrate":32000,"headerBytesSent":62692,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"inbound-rtp","qpSum":8568,"track":{"id":"RTCMediaStreamTrack_receiver_2","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387622694.084,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":670,"framesDropped":0,"framesReceived":670,"trackIdentifier":"29e4fe95-c493-44a1-8436-e0898772645b","jitterBufferDelay":39.177,"jitterBufferEmittedCount":669},"jitter":0.034,"bitrate":1758083.54137989,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_2","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387622694.084,"frameWidth":640,"packetRate":1652.8168671252554,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":7454055,"framesDecoded":670,"framesDropped":0,"framesReceived":670,"framesPerSecond":15,"packetsReceived":7079,"totalDecodeTime":5.075,"keyFramesDecoded":2,"jitterBufferDelay":39.177,"headerBytesReceived":173456,"totalInterFrameDelay":44.634000000000114,"decoderImplementation":"libvpx","jitterBufferEmittedCount":669,"estimatedPlayoutTimestamp":3859376422572,"lastPacketReceivedTimestamp":1650387622693,"totalSquaredInterFrameDelay":3.0151980000000047}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"outbound-rtp","qpSum":5996,"track":{"id":"RTCVideoSource_2","kind":"video","type":"media-source","width":640,"frames":672,"height":480,"timestamp":1650387622694.084,"framesPerSecond":15,"trackIdentifier":"8c4eb618-0b2a-4c72-850e-0138dac66e90"},"bitrate":1722244.7756424858,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_2","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3755933090","bytesSent":9290012,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387622694.084,"frameWidth":640,"framesSent":671,"packetRate":1620.8165405594225,"frameHeight":480,"packetsSent":8741,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":671,"mediaSourceId":"RTCVideoSource_2","hugeFramesSent":1,"framesPerSecond":15,"headerBytesSent":218900,"totalEncodeTime":16.94,"keyFramesEncoded":1,"totalPacketSendDelay":351.446,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":44.809,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:22.909419"},{"id":"f5734462-92ff-4a1f-abc2-cad18de9481f","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"b70248ae-7b49-451c-b700-aa2bdf6c02f1","connection":"89a89195-d3e2-4ddd-a7ad-16731813455a","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-inbound-rtp","jitter":0.00425,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1426257039","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387622690.737,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.027,"roundTripTimeMeasurements":10}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1074976309","mimeType":"audio/opus","bytesSent":81126,"clockRate":48000,"timestamp":1650387624299,"packetsSent":2318,"payloadType":111,"reportsSent":11,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387624298,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"remote-inbound-rtp","jitter":0.01972222222222222,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3755933090","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387626705.39,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.103,"roundTripTimeMeasurements":48}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_R+TEW1mA_4vRCObVu","type":"candidate-pair","local":{"id":"RTCIceCandidate_R+TEW1mA","ip":"192.168.100.46","port":38231,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387627694.032,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_4vRCObVu","ip":"192.168.100.46","port":60727,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387627694.032,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":10930448,"nominated":true,"timestamp":1650387627694.032,"packetsSent":13508,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":9036595,"responsesSent":23,"packetsReceived":11844,"localCandidateId":"RTCIceCandidate_R+TEW1mA","requestsReceived":23,"remoteCandidateId":"RTCIceCandidate_4vRCObVu","responsesReceived":24,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.056,"consentRequestsSent":23,"bytesDiscardedOnSend":0,"currentRoundTripTime":0,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":5181500},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_1","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387627694.032,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42d98e80-3ca6-45b4-998b-d8a51975661b","concealedSamples":0,"totalAudioEnergy":4.5907691643179686e-8,"concealmentEvents":0,"jitterBufferDelay":124022.4,"totalSamplesDuration":49.6099999999987,"totalSamplesReceived":2381280,"silentConcealedSamples":0,"jitterBufferEmittedCount":2386560,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720},"jitter":0.004,"bitrate":14000.14560698312,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_1","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1074976309","clockRate":48000,"mediaType":"audio","timestamp":1650387627694.032,"audioLevel":0.00003051850947599719,"packetRate":400.0041601995177,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":87076,"packetsReceived":2488,"concealedSamples":0,"packetsDiscarded":0,"totalAudioEnergy":4.5907691643179686e-8,"concealmentEvents":0,"jitterBufferDelay":124022.4,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":69664,"totalSamplesDuration":49.6099999999987,"totalSamplesReceived":2381280,"silentConcealedSamples":0,"jitterBufferEmittedCount":2386560,"estimatedPlayoutTimestamp":3859376427623,"lastPacketReceivedTimestamp":1650387627678,"removedSamplesForAcceleration":5760,"insertedSamplesForDeceleration":720}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"outbound-rtp","track":{"id":"RTCAudioSource_1","kind":"audio","type":"media-source","timestamp":1650387627694.032,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"35c722b4-77fb-4185-add2-11dfedae5c75","totalAudioEnergy":0,"totalSamplesDuration":49.96999999999863,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13944.145024555188,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_1","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1426257039","bytesSent":87076,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387627694.032,"packetRate":398.4041435587196,"packetsSent":2488,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_1","targetBitrate":32000,"headerBytesSent":69664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"inbound-rtp","qpSum":9150,"track":{"id":"RTCMediaStreamTrack_receiver_2","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387627694.032,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":745,"framesDropped":0,"framesReceived":746,"trackIdentifier":"29e4fe95-c493-44a1-8436-e0898772645b","jitterBufferDelay":43.566,"jitterBufferEmittedCount":744},"jitter":0.03,"bitrate":1671258.9817462459,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_2","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387627694.032,"frameWidth":640,"packetRate":1563.216258059715,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":8498581,"framesDecoded":745,"framesDropped":0,"framesReceived":746,"framesPerSecond":15,"packetsReceived":8056,"totalDecodeTime":5.533,"keyFramesDecoded":2,"jitterBufferDelay":43.566,"headerBytesReceived":197304,"totalInterFrameDelay":49.6310000000001,"decoderImplementation":"libvpx","jitterBufferEmittedCount":744,"estimatedPlayoutTimestamp":3859376427575,"lastPacketReceivedTimestamp":1650387627684,"totalSquaredInterFrameDelay":3.348453000000006}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"outbound-rtp","qpSum":6569,"track":{"id":"RTCVideoSource_2","kind":"video","type":"media-source","width":640,"frames":747,"height":480,"timestamp":1650387627694.032,"framesPerSecond":15,"trackIdentifier":"8c4eb618-0b2a-4c72-850e-0138dac66e90"},"bitrate":1688967.9659265988,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_2","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3755933090","bytesSent":10345606,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387627694.032,"frameWidth":640,"framesSent":746,"packetRate":1588.8165243124843,"frameHeight":480,"packetsSent":9734,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":746,"mediaSourceId":"RTCVideoSource_2","hugeFramesSent":1,"framesPerSecond":15,"headerBytesSent":243132,"totalEncodeTime":18.352,"keyFramesEncoded":1,"totalPacketSendDelay":385.271,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":49.809,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:27.897891"},{"id":"c88a09fa-d5ea-458e-8bb5-9157c583bac8","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"ddaf3f34-1f80-44e9-bc5c-8340f3deec98","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"remote-inbound-rtp","jitter":0.0035,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_1074976309","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387624609.963,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.02,"roundTripTimeMeasurements":10}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_1426257039","mimeType":"audio/opus","bytesSent":83926,"clockRate":48000,"timestamp":1650387625872,"packetsSent":2398,"payloadType":111,"reportsSent":11,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387625872,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"remote-inbound-rtp","jitter":0.030166666666666668,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3037276919","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387627559.914,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.117,"roundTripTimeMeasurements":53}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_MuQgjM5F_G4TpVVkb","type":"candidate-pair","local":{"id":"RTCIceCandidate_MuQgjM5F","ip":"192.168.100.46","port":60727,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387627693.104,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_G4TpVVkb","ip":"192.168.100.46","port":38231,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387627693.104,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":9036595,"nominated":true,"timestamp":1650387627693.104,"packetsSent":11844,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":10930448,"responsesSent":24,"packetsReceived":13508,"localCandidateId":"RTCIceCandidate_MuQgjM5F","requestsReceived":24,"remoteCandidateId":"RTCIceCandidate_G4TpVVkb","responsesReceived":23,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.079,"consentRequestsSent":22,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3253846},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_1426257039","kind":"audio","ssrc":1426257039,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_11","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387627693.104,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"901da540-2346-4626-97c2-37dfc608c72b","concealedSamples":3992,"totalAudioEnergy":4.6159164086751635e-8,"concealmentEvents":3,"jitterBufferDelay":110515.2,"totalSamplesDuration":49.879999999998645,"totalSamplesReceived":2390720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":2387520,"removedSamplesForAcceleration":1200,"insertedSamplesForDeceleration":1320},"jitter":0.004,"bitrate":13943.737874068285,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_11","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_1426257039","clockRate":48000,"mediaType":"audio","timestamp":1650387627693.104,"audioLevel":0.00003051850947599719,"packetRate":398.39251068766526,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":87076,"packetsReceived":2488,"concealedSamples":3992,"packetsDiscarded":0,"totalAudioEnergy":4.6159164086751635e-8,"concealmentEvents":3,"jitterBufferDelay":110515.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":69664,"totalSamplesDuration":49.879999999998645,"totalSamplesReceived":2390720,"silentConcealedSamples":1240,"jitterBufferEmittedCount":2387520,"estimatedPlayoutTimestamp":3859376427621,"lastPacketReceivedTimestamp":1650387627678,"removedSamplesForAcceleration":1200,"insertedSamplesForDeceleration":1320}],"outbound":[{"id":"RTCOutboundRTPAudioStream_1074976309","kind":"audio","ssrc":1074976309,"type":"outbound-rtp","track":{"id":"RTCAudioSource_11","kind":"audio","type":"media-source","timestamp":1650387627693.104,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":49.86999999999865,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13999.7368213537,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_11","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_1074976309","bytesSent":87076,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387627693.104,"packetRate":399.9924806101057,"packetsSent":2488,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_11","targetBitrate":32000,"headerBytesSent":69664,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3755933090","kind":"video","ssrc":3755933090,"type":"inbound-rtp","qpSum":6564,"track":{"id":"RTCMediaStreamTrack_receiver_12","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387627693.104,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":745,"framesDropped":0,"framesReceived":746,"trackIdentifier":"d079df5a-a820-429c-8222-b3971fede1c7","jitterBufferDelay":36.007,"jitterBufferEmittedCount":744},"jitter":0.019,"bitrate":1688918.6503085757,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_12","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387627693.104,"frameWidth":640,"packetRate":1588.7701329833399,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":10328802,"framesDecoded":745,"framesDropped":0,"framesReceived":746,"framesPerSecond":15,"packetsReceived":9693,"totalDecodeTime":7.044,"keyFramesDecoded":1,"jitterBufferDelay":36.007,"headerBytesReceived":236636,"totalInterFrameDelay":49.616000000000064,"decoderImplementation":"libvpx","jitterBufferEmittedCount":744,"estimatedPlayoutTimestamp":3859376427592,"lastPacketReceivedTimestamp":1650387627680,"totalSquaredInterFrameDelay":3.318380000000003}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3037276919","kind":"video","ssrc":3037276919,"type":"outbound-rtp","qpSum":9156,"track":{"id":"RTCVideoSource_12","kind":"video","type":"media-source","width":640,"frames":748,"height":480,"timestamp":1650387627693.104,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1671210.1832070053,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_12","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_3037276919","bytesSent":8501074,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387627693.104,"frameWidth":640,"framesSent":746,"packetRate":1563.170614224293,"frameHeight":480,"packetsSent":8113,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":746,"mediaSourceId":"RTCVideoSource_12","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":210796,"totalEncodeTime":16.936,"keyFramesEncoded":2,"totalPacketSendDelay":389.374,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":49.88,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:27.932752"},{"id":"916ec94a-0f09-46e3-9fb4-504c2b70a3c7","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"bca9320c-9048-4352-9a04-dca5e9c7a3b2","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[],"outbound":[]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"remote-inbound-rtp","jitter":0.013822222222222222,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_2304149741","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387637198.594,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.004,"totalRoundTripTime":0.004,"roundTripTimeMeasurements":1}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_QLNkuydR_7Ivbb5ZX","type":"candidate-pair","local":{"id":"RTCIceCandidate_QLNkuydR","ip":"192.168.100.46","port":49341,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387637693.031,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_7Ivbb5ZX","ip":"192.168.100.46","port":54123,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387637693.031,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":85329,"nominated":true,"timestamp":1650387637693.031,"packetsSent":215,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":84966,"responsesSent":4,"packetsReceived":219,"localCandidateId":"RTCIceCandidate_QLNkuydR","requestsReceived":4,"remoteCandidateId":"RTCIceCandidate_7Ivbb5ZX","responsesReceived":4,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.143,"consentRequestsSent":3,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.002,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":705027},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_13","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387637693.031,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"fc191f97-89cf-4a48-8c02-5b7b5ddcab5d","concealedSamples":4360,"totalAudioEnergy":1.238734629446587e-9,"concealmentEvents":2,"jitterBufferDelay":5404.8,"totalSamplesDuration":1.8700000000000014,"totalSamplesReceived":84640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":80640,"removedSamplesForAcceleration":1200,"insertedSamplesForDeceleration":1080},"jitter":0.004,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_13","mimeType":"audio/opus","clockRate":48000,"mediaType":"audio","timestamp":1650387637693.031,"audioLevel":0.00003051850947599719,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":3041,"packetsReceived":87,"concealedSamples":4360,"packetsDiscarded":0,"totalAudioEnergy":1.238734629446587e-9,"concealmentEvents":2,"jitterBufferDelay":5404.8,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":2436,"totalSamplesDuration":1.8700000000000014,"totalSamplesReceived":84640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":80640,"lastPacketReceivedTimestamp":1650387637681,"removedSamplesForAcceleration":1200,"insertedSamplesForDeceleration":1080}],"outbound":[{"id":"RTCOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"outbound-rtp","track":{"id":"RTCAudioSource_13","kind":"audio","type":"media-source","timestamp":1650387637693.031,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":1.8900000000000015,"echoReturnLossEnhancement":0.17551203072071075},"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_13","mimeType":"audio/opus","bytesSent":3041,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387637693.031,"packetsSent":87,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_13","targetBitrate":32000,"headerBytesSent":2436,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"inbound-rtp","qpSum":490,"track":{"id":"RTCMediaStreamTrack_receiver_14","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387637693.031,"frameWidth":320,"frameHeight":240,"remoteSource":true,"framesDecoded":23,"framesDropped":0,"framesReceived":24,"trackIdentifier":"c5242fd0-dc74-43a3-b6f7-578276030254","jitterBufferDelay":0.529,"jitterBufferEmittedCount":22},"jitter":0.017,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_14","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387637693.031,"frameWidth":320,"frameHeight":240,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":66212,"framesDecoded":23,"framesDropped":0,"framesReceived":24,"framesPerSecond":15,"packetsReceived":70,"totalDecodeTime":0.046,"keyFramesDecoded":1,"jitterBufferDelay":0.529,"headerBytesReceived":1836,"totalInterFrameDelay":1.4479999999999995,"decoderImplementation":"libvpx","jitterBufferEmittedCount":22,"lastPacketReceivedTimestamp":1650387637677,"totalSquaredInterFrameDelay":0.09789800000000003}],"outbound":[{"id":"RTCOutboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"outbound-rtp","qpSum":1291,"track":{"id":"RTCVideoSource_14","kind":"video","type":"media-source","width":640,"frames":28,"height":480,"timestamp":1650387637693.031,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_14","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_2304149741","bytesSent":72467,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387637693.031,"frameWidth":640,"framesSent":26,"frameHeight":480,"packetsSent":83,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":26,"mediaSourceId":"RTCVideoSource_14","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":2832,"totalEncodeTime":0.503,"keyFramesEncoded":2,"totalPacketSendDelay":3.116,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":1.878,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:38.231303"},{"id":"0f114129-f7e8-4364-8549-d162d6d775cb","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"4563bf1d-275a-4a19-928d-1e387db295d0","connection":"39f7a5ea-9bf3-416d-811b-9e16ceff37fa","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-inbound-rtp","jitter":0.0035833333333333333,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_4195962879","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387638224.976,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.004,"totalRoundTripTime":0.004,"roundTripTimeMeasurements":1}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_2453527008","mimeType":"audio/opus","bytesSent":4126,"clockRate":48000,"timestamp":1650387638313,"packetsSent":118,"payloadType":111,"reportsSent":1,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387638309,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"remote-inbound-rtp","jitter":0.03217777777777778,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3438370837","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387639663.205,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.015,"roundTripTimeMeasurements":4}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_5hKgF3vJ_wVatwf6E","type":"candidate-pair","local":{"id":"RTCIceCandidate_5hKgF3vJ","ip":"192.168.100.46","port":54123,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387640665.277,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_wVatwf6E","ip":"192.168.100.46","port":49341,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387640665.277,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":316200,"nominated":true,"timestamp":1650387640665.277,"packetsSent":649,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":544782,"responsesSent":6,"packetsReceived":850,"localCandidateId":"RTCIceCandidate_5hKgF3vJ","requestsReceived":6,"remoteCandidateId":"RTCIceCandidate_wVatwf6E","responsesReceived":6,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.085,"consentRequestsSent":5,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":971387},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_3","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387640665.277,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42dc50b3-bb2d-431f-bdec-3da59d3abf73","concealedSamples":3400,"totalAudioEnergy":4.079441862387978e-9,"concealmentEvents":2,"jitterBufferDelay":15427.2,"totalSamplesDuration":4.699999999999944,"totalSamplesReceived":225280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":223680,"removedSamplesForAcceleration":3000,"insertedSamplesForDeceleration":1200},"jitter":0.001,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_3","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_2453527008","clockRate":48000,"mediaType":"audio","timestamp":1650387640665.277,"audioLevel":0.00003051850947599719,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":8256,"packetsReceived":236,"concealedSamples":3400,"packetsDiscarded":0,"totalAudioEnergy":4.079441862387978e-9,"concealmentEvents":2,"jitterBufferDelay":15427.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":6608,"totalSamplesDuration":4.699999999999944,"totalSamplesReceived":225280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":223680,"lastPacketReceivedTimestamp":1650387640664,"removedSamplesForAcceleration":3000,"insertedSamplesForDeceleration":1200}],"outbound":[{"id":"RTCOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"outbound-rtp","track":{"id":"RTCAudioSource_3","kind":"audio","type":"media-source","timestamp":1650387640665.277,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"518d51e2-ab21-4035-b20b-a62331fb3ea6","totalAudioEnergy":0,"totalSamplesDuration":4.989999999999938,"echoReturnLossEnhancement":0.17551203072071075},"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_3","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_4195962879","bytesSent":8256,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387640665.277,"packetsSent":236,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_3","targetBitrate":32000,"headerBytesSent":6608,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"inbound-rtp","qpSum":1673,"track":{"id":"RTCMediaStreamTrack_receiver_4","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387640665.277,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":69,"framesDropped":0,"framesReceived":70,"trackIdentifier":"3723b3e6-80ed-4305-9a54-d1ab33413e8a","jitterBufferDelay":2.678,"jitterBufferEmittedCount":68},"jitter":0.032,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_4","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387640665.277,"frameWidth":640,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":496282,"framesDecoded":69,"framesDropped":0,"framesReceived":70,"framesPerSecond":15,"packetsReceived":485,"totalDecodeTime":0.432,"keyFramesDecoded":2,"jitterBufferDelay":2.678,"headerBytesReceived":12048,"totalInterFrameDelay":4.521999999999999,"decoderImplementation":"libvpx","jitterBufferEmittedCount":68,"lastPacketReceivedTimestamp":1650387640637,"totalSquaredInterFrameDelay":0.30502799999999997}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"outbound-rtp","qpSum":727,"track":{"id":"RTCVideoSource_4","kind":"video","type":"media-source","width":640,"frames":71,"height":480,"timestamp":1650387640665.277,"framesPerSecond":15,"trackIdentifier":"b649bdb4-987c-4d73-890a-4ac7f9768324"},"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_4","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3438370837","bytesSent":279281,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387640665.277,"frameWidth":320,"framesSent":69,"frameHeight":240,"packetsSent":297,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":69,"mediaSourceId":"RTCVideoSource_4","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":9820,"totalEncodeTime":0.644,"keyFramesEncoded":1,"totalPacketSendDelay":8.898,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"bandwidth","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":0.095,"other":0,"bandwidth":4.648},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:41.005502"},{"id":"5c677593-f2b7-40ae-b868-76d313519275","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"bca9320c-9048-4352-9a04-dca5e9c7a3b2","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-inbound-rtp","jitter":0.0025416666666666665,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_2453527008","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387638424.077,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.006,"totalRoundTripTime":0.006,"roundTripTimeMeasurements":1}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_4195962879","mimeType":"audio/opus","bytesSent":3916,"clockRate":48000,"timestamp":1650387638184,"packetsSent":112,"payloadType":111,"reportsSent":1,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387638181,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"remote-inbound-rtp","jitter":0.0368,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_2304149741","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387642207.035,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.021,"roundTripTimeMeasurements":6}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_QLNkuydR_7Ivbb5ZX","type":"candidate-pair","local":{"id":"RTCIceCandidate_QLNkuydR","ip":"192.168.100.46","port":49341,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387642693.079,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_7Ivbb5ZX","ip":"192.168.100.46","port":54123,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387642693.079,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":1002572,"nominated":true,"timestamp":1650387642693.079,"packetsSent":1412,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":482863,"responsesSent":6,"packetsReceived":947,"localCandidateId":"RTCIceCandidate_QLNkuydR","requestsReceived":6,"remoteCandidateId":"RTCIceCandidate_7Ivbb5ZX","responsesReceived":6,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.154,"consentRequestsSent":5,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":2804965},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_13","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387642693.079,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"fc191f97-89cf-4a48-8c02-5b7b5ddcab5d","concealedSamples":4360,"totalAudioEnergy":5.895631732629187e-9,"concealmentEvents":2,"jitterBufferDelay":17654.4,"totalSamplesDuration":6.869999999999898,"totalSamplesReceived":324640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":321600,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080},"jitter":0.002,"bitrate":13999.865333326628,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_13","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_4195962879","clockRate":48000,"mediaType":"audio","timestamp":1650387642693.079,"audioLevel":0.00003051850947599719,"packetRate":399.9961523807608,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":11791,"packetsReceived":337,"concealedSamples":4360,"packetsDiscarded":0,"totalAudioEnergy":5.895631732629187e-9,"concealmentEvents":2,"jitterBufferDelay":17654.4,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":9436,"totalSamplesDuration":6.869999999999898,"totalSamplesReceived":324640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":321600,"lastPacketReceivedTimestamp":1650387642685,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080}],"outbound":[{"id":"RTCOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"outbound-rtp","track":{"id":"RTCAudioSource_13","kind":"audio","type":"media-source","timestamp":1650387642693.079,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":6.8899999999998975,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13999.865333326628,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_13","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_2453527008","bytesSent":11791,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387642693.079,"packetRate":399.9961523807608,"packetsSent":337,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_13","targetBitrate":32000,"headerBytesSent":9436,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"inbound-rtp","qpSum":846,"track":{"id":"RTCMediaStreamTrack_receiver_14","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387642693.079,"frameWidth":320,"frameHeight":240,"remoteSource":true,"framesDecoded":98,"framesDropped":0,"framesReceived":99,"trackIdentifier":"c5242fd0-dc74-43a3-b6f7-578276030254","jitterBufferDelay":4.577,"jitterBufferEmittedCount":97},"jitter":0.031,"bitrate":577682.4431913424,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_14","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387642693.079,"frameWidth":320,"packetRate":579.1944286473416,"frameHeight":240,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":427267,"framesDecoded":98,"framesDropped":0,"framesReceived":99,"framesPerSecond":15,"packetsReceived":432,"totalDecodeTime":0.25,"keyFramesDecoded":1,"jitterBufferDelay":4.577,"headerBytesReceived":10908,"totalInterFrameDelay":6.479000000000001,"decoderImplementation":"libvpx","jitterBufferEmittedCount":97,"lastPacketReceivedTimestamp":1650387642686,"totalSquaredInterFrameDelay":0.4366390000000003}],"outbound":[{"id":"RTCOutboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"outbound-rtp","qpSum":1883,"track":{"id":"RTCVideoSource_14","kind":"video","type":"media-source","width":640,"frames":103,"height":480,"timestamp":1650387642693.079,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1382609.100488633,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_14","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_2304149741","bytesSent":936606,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387642693.079,"frameWidth":640,"framesSent":101,"packetRate":1315.1873490279415,"frameHeight":480,"packetsSent":905,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":101,"mediaSourceId":"RTCVideoSource_14","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":23408,"totalEncodeTime":2.205,"keyFramesEncoded":2,"totalPacketSendDelay":43.36,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":6.878,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:42.931092"},{"id":"8751c648-bca5-4b9f-ac39-797ec72371ac","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"4563bf1d-275a-4a19-928d-1e387db295d0","connection":"39f7a5ea-9bf3-416d-811b-9e16ceff37fa","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-inbound-rtp","jitter":0.0011041666666666667,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_4195962879","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387641055.781,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.007,"totalRoundTripTime":0.011,"roundTripTimeMeasurements":2}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_2453527008","mimeType":"audio/opus","bytesSent":14836,"clockRate":48000,"timestamp":1650387644430,"packetsSent":424,"payloadType":111,"reportsSent":2,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387644429,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"remote-inbound-rtp","jitter":0.030455555555555555,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3438370837","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387644603.094,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.003,"totalRoundTripTime":0.023,"roundTripTimeMeasurements":8}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_5hKgF3vJ_wVatwf6E","type":"candidate-pair","local":{"id":"RTCIceCandidate_5hKgF3vJ","ip":"192.168.100.46","port":54123,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387645666.31,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_wVatwf6E","ip":"192.168.100.46","port":49341,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387645666.31,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":728814,"nominated":true,"timestamp":1650387645666.31,"packetsSent":1387,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":1659217,"responsesSent":8,"packetsReceived":2220,"localCandidateId":"RTCIceCandidate_5hKgF3vJ","requestsReceived":8,"remoteCandidateId":"RTCIceCandidate_wVatwf6E","responsesReceived":8,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.089,"consentRequestsSent":7,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.002,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":1085172},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_3","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387645666.31,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42dc50b3-bb2d-431f-bdec-3da59d3abf73","concealedSamples":3400,"totalAudioEnergy":8.736338965570564e-9,"concealmentEvents":2,"jitterBufferDelay":25939.2,"totalSamplesDuration":9.699999999999838,"totalSamplesReceived":465280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":464640,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200},"jitter":0.001,"bitrate":13997.108312242719,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_3","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_2453527008","clockRate":48000,"mediaType":"audio","timestamp":1650387645666.31,"audioLevel":0.00003051850947599719,"packetRate":399.91738034979204,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":17006,"packetsReceived":486,"concealedSamples":3400,"packetsDiscarded":0,"totalAudioEnergy":8.736338965570564e-9,"concealmentEvents":2,"jitterBufferDelay":25939.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":13608,"totalSamplesDuration":9.699999999999838,"totalSamplesReceived":465280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":464640,"estimatedPlayoutTimestamp":3859376445596,"lastPacketReceivedTimestamp":1650387645661,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200}],"outbound":[{"id":"RTCOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"outbound-rtp","track":{"id":"RTCAudioSource_3","kind":"audio","type":"media-source","timestamp":1650387645666.31,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"518d51e2-ab21-4035-b20b-a62331fb3ea6","totalAudioEnergy":0,"totalSamplesDuration":9.989999999999831,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13997.108312242719,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_3","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_4195962879","bytesSent":17006,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387645666.31,"packetRate":399.91738034979204,"packetsSent":486,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_3","targetBitrate":32000,"headerBytesSent":13608,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"inbound-rtp","qpSum":2172,"track":{"id":"RTCMediaStreamTrack_receiver_4","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387645666.31,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":144,"framesDropped":0,"framesReceived":145,"trackIdentifier":"3723b3e6-80ed-4305-9a54-d1ab33413e8a","jitterBufferDelay":8.702,"jitterBufferEmittedCount":143},"jitter":0.037,"bitrate":1688849.49754765,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_4","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387645666.31,"frameWidth":640,"packetRate":1585.2724957065755,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":1552031,"framesDecoded":144,"framesDropped":0,"framesReceived":145,"framesPerSecond":15,"packetsReceived":1476,"totalDecodeTime":1.279,"keyFramesDecoded":2,"jitterBufferDelay":8.702,"headerBytesReceived":36232,"totalInterFrameDelay":9.56,"decoderImplementation":"libvpx","jitterBufferEmittedCount":143,"estimatedPlayoutTimestamp":3859376445509,"lastPacketReceivedTimestamp":1650387645656,"totalSquaredInterFrameDelay":0.6455020000000001}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"outbound-rtp","qpSum":1057,"track":{"id":"RTCVideoSource_4","kind":"video","type":"media-source","width":640,"frames":146,"height":480,"timestamp":1650387645666.31,"framesPerSecond":15,"trackIdentifier":"b649bdb4-987c-4d73-890a-4ac7f9768324"},"bitrate":600355.9713811078,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_4","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3438370837","bytesSent":654581,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387645666.31,"frameWidth":320,"framesSent":144,"packetRate":596.6767314818896,"frameHeight":240,"packetsSent":670,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":144,"mediaSourceId":"RTCVideoSource_4","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":19156,"totalEncodeTime":1.554,"keyFramesEncoded":1,"totalPacketSendDelay":21.423,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"bandwidth","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":0.095,"other":0,"bandwidth":9.651},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:45.948909"},{"id":"9e7b1c26-f6ff-47e5-a064-25d9e8afe1aa","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"bca9320c-9048-4352-9a04-dca5e9c7a3b2","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-inbound-rtp","jitter":0.0017291666666666666,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_2453527008","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387647439.467,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.014,"roundTripTimeMeasurements":3}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_4195962879","mimeType":"audio/opus","bytesSent":12841,"clockRate":48000,"timestamp":1650387643284,"packetsSent":367,"payloadType":111,"reportsSent":2,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387643283,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"remote-inbound-rtp","jitter":0.03543333333333333,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_2304149741","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387647323.099,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.036,"roundTripTimeMeasurements":12}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_QLNkuydR_7Ivbb5ZX","type":"candidate-pair","local":{"id":"RTCIceCandidate_QLNkuydR","ip":"192.168.100.46","port":49341,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387647693.008,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_7Ivbb5ZX","ip":"192.168.100.46","port":54123,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387647693.008,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":2095878,"nominated":true,"timestamp":1650387647693.008,"packetsSent":2761,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":997769,"responsesSent":8,"packetsReceived":1780,"localCandidateId":"RTCIceCandidate_QLNkuydR","requestsReceived":8,"remoteCandidateId":"RTCIceCandidate_7Ivbb5ZX","responsesReceived":8,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.157,"consentRequestsSent":7,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.002,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":2937119},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_13","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387647693.008,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"fc191f97-89cf-4a48-8c02-5b7b5ddcab5d","concealedSamples":4360,"totalAudioEnergy":1.0552528835811773e-8,"concealmentEvents":2,"jitterBufferDelay":27696,"totalSamplesDuration":11.869999999999791,"totalSamplesReceived":564640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":561600,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080},"jitter":0.001,"bitrate":14000.198928607822,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_13","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_4195962879","clockRate":48000,"mediaType":"audio","timestamp":1650387647693.008,"audioLevel":0.00003051850947599719,"packetRate":400.0056836745092,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":20541,"packetsReceived":587,"concealedSamples":4360,"packetsDiscarded":0,"totalAudioEnergy":1.0552528835811773e-8,"concealmentEvents":2,"jitterBufferDelay":27696,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":16436,"totalSamplesDuration":11.869999999999791,"totalSamplesReceived":564640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":561600,"estimatedPlayoutTimestamp":3859376447618,"lastPacketReceivedTimestamp":1650387647684,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080}],"outbound":[{"id":"RTCOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"outbound-rtp","track":{"id":"RTCAudioSource_13","kind":"audio","type":"media-source","timestamp":1650387647693.008,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":11.889999999999791,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14000.198928607822,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_13","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_2453527008","bytesSent":20541,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387647693.008,"packetRate":400.0056836745092,"packetsSent":587,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_13","targetBitrate":32000,"headerBytesSent":16436,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"inbound-rtp","qpSum":1424,"track":{"id":"RTCMediaStreamTrack_receiver_14","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387647693.008,"frameWidth":480,"frameHeight":360,"remoteSource":true,"framesDecoded":173,"framesDropped":0,"framesReceived":174,"trackIdentifier":"c5242fd0-dc74-43a3-b6f7-578276030254","jitterBufferDelay":9.063,"jitterBufferEmittedCount":172},"jitter":0.023,"bitrate":747154.6163082689,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_14","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387647693.008,"frameWidth":480,"packetRate":729.6103670223049,"frameHeight":360,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":894232,"framesDecoded":173,"framesDropped":0,"framesReceived":174,"framesPerSecond":15,"packetsReceived":888,"totalDecodeTime":0.566,"keyFramesDecoded":2,"jitterBufferDelay":9.063,"headerBytesReceived":22272,"totalInterFrameDelay":11.48600000000001,"decoderImplementation":"libvpx","jitterBufferEmittedCount":172,"estimatedPlayoutTimestamp":3859376447580,"lastPacketReceivedTimestamp":1650387647676,"totalSquaredInterFrameDelay":0.7715240000000001}],"outbound":[{"id":"RTCOutboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"outbound-rtp","qpSum":2415,"track":{"id":"RTCVideoSource_14","kind":"video","type":"media-source","width":640,"frames":178,"height":480,"timestamp":1650387647693.008,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1656461.9366417755,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_14","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_2304149741","bytesSent":1971880,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387647693.008,"frameWidth":640,"framesSent":176,"packetRate":1553.622075391794,"frameHeight":480,"packetsSent":1876,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":176,"mediaSourceId":"RTCVideoSource_14","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":47112,"totalEncodeTime":4.398,"keyFramesEncoded":2,"totalPacketSendDelay":95.046,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":11.878,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:47.931192"},{"id":"8f1cd698-ece3-4bbb-8ba6-f84d077d8f9e","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"4563bf1d-275a-4a19-928d-1e387db295d0","connection":"39f7a5ea-9bf3-416d-811b-9e16ceff37fa","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-inbound-rtp","jitter":0.0011666666666666668,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_4195962879","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387648270.705,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.013,"roundTripTimeMeasurements":3}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_2453527008","mimeType":"audio/opus","bytesSent":14836,"clockRate":48000,"timestamp":1650387644430,"packetsSent":424,"payloadType":111,"reportsSent":2,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387644429,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"remote-inbound-rtp","jitter":0.02821111111111111,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3438370837","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387650172.089,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.033,"roundTripTimeMeasurements":13}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_5hKgF3vJ_wVatwf6E","type":"candidate-pair","local":{"id":"RTCIceCandidate_5hKgF3vJ","ip":"192.168.100.46","port":54123,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387650665.394,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_wVatwf6E","ip":"192.168.100.46","port":49341,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387650665.394,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":1636750,"nominated":true,"timestamp":1650387650665.394,"packetsSent":2575,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":2783015,"responsesSent":10,"packetsReceived":3600,"localCandidateId":"RTCIceCandidate_5hKgF3vJ","requestsReceived":10,"remoteCandidateId":"RTCIceCandidate_wVatwf6E","responsesReceived":10,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.092,"consentRequestsSent":9,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3507733},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_3","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387650665.394,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42dc50b3-bb2d-431f-bdec-3da59d3abf73","concealedSamples":3400,"totalAudioEnergy":1.339323606875315e-8,"concealmentEvents":2,"jitterBufferDelay":36787.2,"totalSamplesDuration":14.699999999999731,"totalSamplesReceived":705280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":704640,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200},"jitter":0.001,"bitrate":14002.565313723491,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_3","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_2453527008","clockRate":48000,"mediaType":"audio","timestamp":1650387650665.394,"audioLevel":0.00003051850947599719,"packetRate":400.073294677814,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":25756,"packetsReceived":736,"concealedSamples":3400,"packetsDiscarded":0,"totalAudioEnergy":1.339323606875315e-8,"concealmentEvents":2,"jitterBufferDelay":36787.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":20608,"totalSamplesDuration":14.699999999999731,"totalSamplesReceived":705280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":704640,"estimatedPlayoutTimestamp":3859376450600,"lastPacketReceivedTimestamp":1650387650663,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200}],"outbound":[{"id":"RTCOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"outbound-rtp","track":{"id":"RTCAudioSource_3","kind":"audio","type":"media-source","timestamp":1650387650665.394,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"518d51e2-ab21-4035-b20b-a62331fb3ea6","totalAudioEnergy":0,"totalSamplesDuration":14.989999999999725,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14002.565313723491,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_3","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_4195962879","bytesSent":25756,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387650665.394,"packetRate":400.073294677814,"packetsSent":736,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_3","targetBitrate":32000,"headerBytesSent":20608,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"inbound-rtp","qpSum":2725,"track":{"id":"RTCMediaStreamTrack_receiver_4","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387650665.394,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":219,"framesDropped":0,"framesReceived":220,"trackIdentifier":"3723b3e6-80ed-4305-9a54-d1ab33413e8a","jitterBufferDelay":14.616,"jitterBufferEmittedCount":218},"jitter":0.036,"bitrate":1703224.035965964,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_4","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387650665.394,"frameWidth":640,"packetRate":1601.8934718899673,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":2616351,"framesDecoded":219,"framesDropped":0,"framesReceived":220,"framesPerSecond":15,"packetsReceived":2477,"totalDecodeTime":1.884,"keyFramesDecoded":2,"jitterBufferDelay":14.616,"headerBytesReceived":60656,"totalInterFrameDelay":14.537000000000004,"decoderImplementation":"libvpx","jitterBufferEmittedCount":218,"estimatedPlayoutTimestamp":3859376450517,"lastPacketReceivedTimestamp":1650387650665,"totalSquaredInterFrameDelay":0.9765049999999996}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"outbound-rtp","qpSum":1632,"track":{"id":"RTCVideoSource_4","kind":"video","type":"media-source","width":640,"frames":221,"height":480,"timestamp":1650387650665.394,"framesPerSecond":15,"trackIdentifier":"b649bdb4-987c-4d73-890a-4ac7f9768324"},"bitrate":1367492.128831415,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_4","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3438370837","bytesSent":1509107,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387650665.394,"frameWidth":480,"framesSent":219,"packetRate":1301.0383542922511,"frameHeight":360,"packetsSent":1483,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":219,"mediaSourceId":"RTCVideoSource_4","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":39560,"totalEncodeTime":2.622,"keyFramesEncoded":2,"totalPacketSendDelay":48.197,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"bandwidth","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":0.095,"other":0,"bandwidth":14.648},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:50.874849"},{"id":"5234ada2-2760-45aa-8981-73c000c112c5","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"bca9320c-9048-4352-9a04-dca5e9c7a3b2","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-inbound-rtp","jitter":0.0017291666666666666,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_2453527008","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387647439.467,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.014,"roundTripTimeMeasurements":3}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_4195962879","mimeType":"audio/opus","bytesSent":24986,"clockRate":48000,"timestamp":1650387650224,"packetsSent":714,"payloadType":111,"reportsSent":3,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387650223,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"remote-inbound-rtp","jitter":0.0339,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_2304149741","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387652250.667,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.044,"roundTripTimeMeasurements":17}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_QLNkuydR_7Ivbb5ZX","type":"candidate-pair","local":{"id":"RTCIceCandidate_QLNkuydR","ip":"192.168.100.46","port":49341,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387652692.993,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_7Ivbb5ZX","ip":"192.168.100.46","port":54123,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387652692.993,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":3221198,"nominated":true,"timestamp":1650387652692.993,"packetsSent":4143,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":2087592,"responsesSent":10,"packetsReceived":3130,"localCandidateId":"RTCIceCandidate_QLNkuydR","requestsReceived":10,"remoteCandidateId":"RTCIceCandidate_7Ivbb5ZX","responsesReceived":10,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.158,"consentRequestsSent":9,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3031767},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_13","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387652692.993,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"fc191f97-89cf-4a48-8c02-5b7b5ddcab5d","concealedSamples":4360,"totalAudioEnergy":1.520942593899436e-8,"concealmentEvents":2,"jitterBufferDelay":38169.6,"totalSamplesDuration":16.869999999999838,"totalSamplesReceived":804640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":801600,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080},"jitter":0.001,"bitrate":14000.042382940808,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_13","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_4195962879","clockRate":48000,"mediaType":"audio","timestamp":1650387652692.993,"audioLevel":0.00003051850947599719,"packetRate":400.00121094116594,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":29291,"packetsReceived":837,"concealedSamples":4360,"packetsDiscarded":0,"totalAudioEnergy":1.520942593899436e-8,"concealmentEvents":2,"jitterBufferDelay":38169.6,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":23436,"totalSamplesDuration":16.869999999999838,"totalSamplesReceived":804640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":801600,"estimatedPlayoutTimestamp":3859376452610,"lastPacketReceivedTimestamp":1650387652680,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080}],"outbound":[{"id":"RTCOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"outbound-rtp","track":{"id":"RTCAudioSource_13","kind":"audio","type":"media-source","timestamp":1650387652692.993,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":16.88999999999984,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14000.042382940808,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_13","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_2453527008","bytesSent":29291,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387652692.993,"packetRate":400.00121094116594,"packetsSent":837,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_13","targetBitrate":32000,"headerBytesSent":23436,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"inbound-rtp","qpSum":1759,"track":{"id":"RTCMediaStreamTrack_receiver_14","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387652692.993,"frameWidth":480,"frameHeight":360,"remoteSource":true,"framesDecoded":248,"framesDropped":0,"framesReceived":248,"trackIdentifier":"c5242fd0-dc74-43a3-b6f7-578276030254","jitterBufferDelay":13.846,"jitterBufferEmittedCount":247},"jitter":0.028,"bitrate":1650035.395224341,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_14","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387652692.993,"frameWidth":480,"packetRate":1555.2047081392532,"frameHeight":360,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":1925501,"framesDecoded":248,"framesDropped":0,"framesReceived":248,"framesPerSecond":14,"packetsReceived":1860,"totalDecodeTime":0.964,"keyFramesDecoded":2,"jitterBufferDelay":13.846,"headerBytesReceived":45984,"totalInterFrameDelay":16.469000000000015,"decoderImplementation":"libvpx","jitterBufferEmittedCount":247,"estimatedPlayoutTimestamp":3859376452593,"lastPacketReceivedTimestamp":1650387652691,"totalSquaredInterFrameDelay":1.103467}],"outbound":[{"id":"RTCOutboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"outbound-rtp","qpSum":2960,"track":{"id":"RTCVideoSource_14","kind":"video","type":"media-source","width":640,"frames":253,"height":480,"timestamp":1650387652692.993,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1703166.7560712341,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_14","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_2304149741","bytesSent":3036356,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387652692.993,"frameWidth":640,"framesSent":251,"packetRate":1601.6048486084285,"frameHeight":480,"packetsSent":2877,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":251,"mediaSourceId":"RTCVideoSource_14","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":71536,"totalEncodeTime":5.853,"keyFramesEncoded":2,"totalPacketSendDelay":137.272,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":16.877,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:52.921731"},{"id":"ef49c9f9-c15b-4201-ade0-4127e2cf8223","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"4563bf1d-275a-4a19-928d-1e387db295d0","connection":"39f7a5ea-9bf3-416d-811b-9e16ceff37fa","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-inbound-rtp","jitter":0.0010625,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_4195962879","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387654793.606,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.003,"totalRoundTripTime":0.016,"roundTripTimeMeasurements":4}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_2453527008","mimeType":"audio/opus","bytesSent":26911,"clockRate":48000,"timestamp":1650387651341,"packetsSent":769,"payloadType":111,"reportsSent":3,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387651341,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"remote-inbound-rtp","jitter":0.02047777777777778,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3438370837","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387655035.157,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.039,"roundTripTimeMeasurements":18}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_5hKgF3vJ_wVatwf6E","type":"candidate-pair","local":{"id":"RTCIceCandidate_5hKgF3vJ","ip":"192.168.100.46","port":54123,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387655665.15,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_wVatwf6E","ip":"192.168.100.46","port":49341,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387655665.15,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":2628539,"nominated":true,"timestamp":1650387655665.15,"packetsSent":3837,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":3888628,"responsesSent":12,"packetsReceived":4962,"localCandidateId":"RTCIceCandidate_5hKgF3vJ","requestsReceived":12,"remoteCandidateId":"RTCIceCandidate_wVatwf6E","responsesReceived":12,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.094,"consentRequestsSent":11,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3507733},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_3","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387655665.15,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42dc50b3-bb2d-431f-bdec-3da59d3abf73","concealedSamples":3400,"totalAudioEnergy":1.8050133171935736e-8,"concealmentEvents":2,"jitterBufferDelay":47932.8,"totalSamplesDuration":19.70000000000028,"totalSamplesReceived":945280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":944640,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200},"jitter":0.001,"bitrate":14000.68362713023,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_3","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_2453527008","clockRate":48000,"mediaType":"audio","timestamp":1650387655665.15,"audioLevel":0.00003051850947599719,"packetRate":400.01953220372087,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":34506,"packetsReceived":986,"concealedSamples":3400,"packetsDiscarded":0,"totalAudioEnergy":1.8050133171935736e-8,"concealmentEvents":2,"jitterBufferDelay":47932.8,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":27608,"totalSamplesDuration":19.70000000000028,"totalSamplesReceived":945280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":944640,"estimatedPlayoutTimestamp":3859376455594,"lastPacketReceivedTimestamp":1650387655656,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200}],"outbound":[{"id":"RTCOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"outbound-rtp","track":{"id":"RTCAudioSource_3","kind":"audio","type":"media-source","timestamp":1650387655665.15,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"518d51e2-ab21-4035-b20b-a62331fb3ea6","totalAudioEnergy":0,"totalSamplesDuration":20.000000000000327,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14000.68362713023,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_3","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_4195962879","bytesSent":34506,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387655665.15,"packetRate":400.01953220372087,"packetsSent":986,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_3","targetBitrate":32000,"headerBytesSent":27608,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"inbound-rtp","qpSum":3240,"track":{"id":"RTCMediaStreamTrack_receiver_4","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387655665.15,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":294,"framesDropped":0,"framesReceived":295,"trackIdentifier":"3723b3e6-80ed-4305-9a54-d1ab33413e8a","jitterBufferDelay":20.389,"jitterBufferEmittedCount":293},"jitter":0.032,"bitrate":1674697.7723521655,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_4","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387655665.15,"frameWidth":640,"packetRate":1569.6766443674007,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":3662986,"framesDecoded":294,"framesDropped":0,"framesReceived":295,"framesPerSecond":15,"packetsReceived":3458,"totalDecodeTime":2.395,"keyFramesDecoded":2,"jitterBufferDelay":20.389,"headerBytesReceived":84584,"totalInterFrameDelay":19.536000000000023,"decoderImplementation":"libvpx","jitterBufferEmittedCount":293,"estimatedPlayoutTimestamp":3859376455526,"lastPacketReceivedTimestamp":1650387655663,"totalSquaredInterFrameDelay":1.3103559999999985}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"outbound-rtp","qpSum":2218,"track":{"id":"RTCVideoSource_4","kind":"video","type":"media-source","width":640,"frames":296,"height":480,"timestamp":1650387655665.15,"framesPerSecond":15,"trackIdentifier":"b649bdb4-987c-4d73-890a-4ac7f9768324"},"bitrate":1498170.7528687925,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_4","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3438370837","bytesSent":2445418,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387655665.15,"frameWidth":640,"framesSent":294,"packetRate":1416.069144001172,"frameHeight":480,"packetsSent":2368,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":294,"mediaSourceId":"RTCVideoSource_4","hugeFramesSent":0,"framesPerSecond":16,"headerBytesSent":61204,"totalEncodeTime":3.647,"keyFramesEncoded":3,"totalPacketSendDelay":76.749,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":1.737,"other":0,"bandwidth":18.006},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:55.825488"},{"id":"863540d6-4b06-4113-b260-5f01b44ab4ae","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"bca9320c-9048-4352-9a04-dca5e9c7a3b2","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-inbound-rtp","jitter":0.0009166666666666666,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_2453527008","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387654644.161,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.015,"roundTripTimeMeasurements":4}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_4195962879","mimeType":"audio/opus","bytesSent":30621,"clockRate":48000,"timestamp":1650387653459,"packetsSent":875,"payloadType":111,"reportsSent":4,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387653456,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"remote-inbound-rtp","jitter":0.03338888888888889,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_2304149741","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387657527.289,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.052,"roundTripTimeMeasurements":23}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_QLNkuydR_7Ivbb5ZX","type":"candidate-pair","local":{"id":"RTCIceCandidate_QLNkuydR","ip":"192.168.100.46","port":49341,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387657693.101,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_7Ivbb5ZX","ip":"192.168.100.46","port":54123,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387657693.101,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":4357788,"nominated":true,"timestamp":1650387657693.101,"packetsSent":5533,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":3098873,"responsesSent":12,"packetsReceived":4411,"localCandidateId":"RTCIceCandidate_QLNkuydR","requestsReceived":12,"remoteCandidateId":"RTCIceCandidate_7Ivbb5ZX","responsesReceived":12,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.16,"consentRequestsSent":11,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3140973},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_13","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387657693.101,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"fc191f97-89cf-4a48-8c02-5b7b5ddcab5d","concealedSamples":4360,"totalAudioEnergy":1.9866323042176945e-8,"concealmentEvents":2,"jitterBufferDelay":48672,"totalSamplesDuration":21.87000000000062,"totalSamplesReceived":1044640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":1041600,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080},"jitter":0,"bitrate":13999.697174519126,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_13","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_4195962879","clockRate":48000,"mediaType":"audio","timestamp":1650387657693.101,"audioLevel":0.00003051850947599719,"packetRate":399.99134784340356,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":38041,"packetsReceived":1087,"concealedSamples":4360,"packetsDiscarded":0,"totalAudioEnergy":1.9866323042176945e-8,"concealmentEvents":2,"jitterBufferDelay":48672,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":30436,"totalSamplesDuration":21.87000000000062,"totalSamplesReceived":1044640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":1041600,"estimatedPlayoutTimestamp":3859376457613,"lastPacketReceivedTimestamp":1650387657676,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080}],"outbound":[{"id":"RTCOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"outbound-rtp","track":{"id":"RTCAudioSource_13","kind":"audio","type":"media-source","timestamp":1650387657693.101,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":21.890000000000622,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13999.697174519126,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_13","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_2453527008","bytesSent":38041,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387657693.101,"packetRate":399.99134784340356,"packetsSent":1087,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_13","targetBitrate":32000,"headerBytesSent":30436,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"inbound-rtp","qpSum":2421,"track":{"id":"RTCMediaStreamTrack_receiver_14","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387657693.101,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":323,"framesDropped":0,"framesReceived":324,"trackIdentifier":"c5242fd0-dc74-43a3-b6f7-578276030254","jitterBufferDelay":17.709,"jitterBufferEmittedCount":322},"jitter":0.029,"bitrate":1528141.3449894614,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_14","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387657693.101,"frameWidth":640,"packetRate":1444.7687484103737,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":2880610,"framesDecoded":323,"framesDropped":0,"framesReceived":324,"framesPerSecond":16,"packetsReceived":2763,"totalDecodeTime":1.395,"keyFramesDecoded":3,"jitterBufferDelay":17.709,"headerBytesReceived":68060,"totalInterFrameDelay":21.46800000000005,"decoderImplementation":"libvpx","jitterBufferEmittedCount":322,"estimatedPlayoutTimestamp":3859376457597,"lastPacketReceivedTimestamp":1650387657684,"totalSquaredInterFrameDelay":1.4372519999999995}],"outbound":[{"id":"RTCOutboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"outbound-rtp","qpSum":3463,"track":{"id":"RTCVideoSource_14","kind":"video","type":"media-source","width":640,"frames":328,"height":480,"timestamp":1650387657693.101,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1724349.9008297818,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_14","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_2304149741","bytesSent":4114098,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387657693.101,"frameWidth":640,"framesSent":326,"packetRate":1614.3650798959768,"frameHeight":480,"packetsSent":3886,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":326,"mediaSourceId":"RTCVideoSource_14","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":96136,"totalEncodeTime":7.24,"keyFramesEncoded":2,"totalPacketSendDelay":178.858,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":21.878,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:00:57.907976"},{"id":"4aecaa0b-7266-4460-8189-fe9435bc6545","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"4563bf1d-275a-4a19-928d-1e387db295d0","connection":"39f7a5ea-9bf3-416d-811b-9e16ceff37fa","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-inbound-rtp","jitter":0.0008333333333333334,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_4195962879","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387657657.757,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.003,"totalRoundTripTime":0.019,"roundTripTimeMeasurements":5}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_2453527008","mimeType":"audio/opus","bytesSent":35276,"clockRate":48000,"timestamp":1650387656118,"packetsSent":1008,"payloadType":111,"reportsSent":4,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387656117,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"remote-inbound-rtp","jitter":0.03,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3438370837","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387660249.254,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.047,"roundTripTimeMeasurements":23}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_5hKgF3vJ_wVatwf6E","type":"candidate-pair","local":{"id":"RTCIceCandidate_5hKgF3vJ","ip":"192.168.100.46","port":54123,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387660665.818,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_wVatwf6E","ip":"192.168.100.46","port":49341,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387660665.818,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":3777098,"nominated":true,"timestamp":1650387660665.818,"packetsSent":5239,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":5032643,"responsesSent":14,"packetsReceived":6358,"localCandidateId":"RTCIceCandidate_5hKgF3vJ","requestsReceived":14,"remoteCandidateId":"RTCIceCandidate_wVatwf6E","responsesReceived":14,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.11,"consentRequestsSent":13,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.015,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3507733},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_3","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387660665.818,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42dc50b3-bb2d-431f-bdec-3da59d3abf73","concealedSamples":3400,"totalAudioEnergy":2.2707030275118322e-8,"concealmentEvents":2,"jitterBufferDelay":59222.4,"totalSamplesDuration":24.70000000000106,"totalSamplesReceived":1185280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":1184640,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200},"jitter":0.001,"bitrate":13998.12925391758,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_3","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_2453527008","clockRate":48000,"mediaType":"audio","timestamp":1650387660665.818,"audioLevel":0.00003051850947599719,"packetRate":399.9465501119309,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":43256,"packetsReceived":1236,"concealedSamples":3400,"packetsDiscarded":0,"totalAudioEnergy":2.2707030275118322e-8,"concealmentEvents":2,"jitterBufferDelay":59222.4,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":34608,"totalSamplesDuration":24.70000000000106,"totalSamplesReceived":1185280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":1184640,"estimatedPlayoutTimestamp":3859376460592,"lastPacketReceivedTimestamp":1650387660659,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200}],"outbound":[{"id":"RTCOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"outbound-rtp","track":{"id":"RTCAudioSource_3","kind":"audio","type":"media-source","timestamp":1650387660665.818,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"518d51e2-ab21-4035-b20b-a62331fb3ea6","totalAudioEnergy":0,"totalSamplesDuration":24.990000000001107,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13998.12925391758,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_3","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_4195962879","bytesSent":43256,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387660665.818,"packetRate":399.9465501119309,"packetsSent":1236,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_3","targetBitrate":32000,"headerBytesSent":34608,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"inbound-rtp","qpSum":3751,"track":{"id":"RTCMediaStreamTrack_receiver_4","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387660665.818,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":369,"framesDropped":0,"framesReceived":370,"trackIdentifier":"3723b3e6-80ed-4305-9a54-d1ab33413e8a","jitterBufferDelay":25.705,"jitterBufferEmittedCount":368},"jitter":0.033,"bitrate":1732082.1200799483,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_4","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387660665.818,"frameWidth":640,"packetRate":1618.9836348530962,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":4745682,"framesDecoded":369,"framesDropped":0,"framesReceived":370,"framesPerSecond":15,"packetsReceived":4470,"totalDecodeTime":2.886,"keyFramesDecoded":2,"jitterBufferDelay":25.705,"headerBytesReceived":109240,"totalInterFrameDelay":24.530000000000037,"decoderImplementation":"libvpx","jitterBufferEmittedCount":368,"estimatedPlayoutTimestamp":3859376460538,"lastPacketReceivedTimestamp":1650387660637,"totalSquaredInterFrameDelay":1.6431739999999972}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"outbound-rtp","qpSum":2721,"track":{"id":"RTCVideoSource_4","kind":"video","type":"media-source","width":640,"frames":371,"height":480,"timestamp":1650387660665.818,"framesPerSecond":15,"trackIdentifier":"b649bdb4-987c-4d73-890a-4ac7f9768324"},"bitrate":1740690.5696245576,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_4","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3438370837","bytesSent":3533495,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387660665.818,"frameWidth":640,"framesSent":368,"packetRate":1630.18213825623,"frameHeight":480,"packetsSent":3387,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":368,"mediaSourceId":"RTCVideoSource_4","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":86044,"totalEncodeTime":5.121,"keyFramesEncoded":3,"totalPacketSendDelay":117.21,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":6.738,"other":0,"bandwidth":18.006},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:00.870799"},{"id":"7cd1a8b0-e34c-49aa-acb5-caa40241a4b1","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"bca9320c-9048-4352-9a04-dca5e9c7a3b2","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-inbound-rtp","jitter":0.0013125,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_2453527008","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387659970.642,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.017,"roundTripTimeMeasurements":5}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_4195962879","mimeType":"audio/opus","bytesSent":42451,"clockRate":48000,"timestamp":1650387660216,"packetsSent":1213,"payloadType":111,"reportsSent":5,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387660216,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"remote-inbound-rtp","jitter":0.033777777777777775,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_2304149741","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387661905.942,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.058,"roundTripTimeMeasurements":27}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_QLNkuydR_7Ivbb5ZX","type":"candidate-pair","local":{"id":"RTCIceCandidate_QLNkuydR","ip":"192.168.100.46","port":49341,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387662692.948,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_7Ivbb5ZX","ip":"192.168.100.46","port":54123,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387662692.948,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":5492393,"nominated":true,"timestamp":1650387662692.948,"packetsSent":6920,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":4232968,"responsesSent":14,"packetsReceived":5797,"localCandidateId":"RTCIceCandidate_QLNkuydR","requestsReceived":14,"remoteCandidateId":"RTCIceCandidate_7Ivbb5ZX","responsesReceived":14,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.163,"consentRequestsSent":13,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.002,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3214584},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_13","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387662692.948,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"fc191f97-89cf-4a48-8c02-5b7b5ddcab5d","concealedSamples":4360,"totalAudioEnergy":2.452322014535953e-8,"concealmentEvents":2,"jitterBufferDelay":59155.2,"totalSamplesDuration":26.8700000000014,"totalSamplesReceived":1284640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":1281600,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080},"jitter":0.002,"bitrate":14000.428626403747,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_13","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_4195962879","clockRate":48000,"mediaType":"audio","timestamp":1650387662692.948,"audioLevel":0.00003051850947599719,"packetRate":400.0122464686785,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":46791,"packetsReceived":1337,"concealedSamples":4360,"packetsDiscarded":0,"totalAudioEnergy":2.452322014535953e-8,"concealmentEvents":2,"jitterBufferDelay":59155.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":37436,"totalSamplesDuration":26.8700000000014,"totalSamplesReceived":1284640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":1281600,"estimatedPlayoutTimestamp":3859376462617,"lastPacketReceivedTimestamp":1650387662681,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080}],"outbound":[{"id":"RTCOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"outbound-rtp","track":{"id":"RTCAudioSource_13","kind":"audio","type":"media-source","timestamp":1650387662692.948,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":26.890000000001404,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14000.428626403747,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_13","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_2453527008","bytesSent":46791,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387662692.948,"packetRate":400.0122464686785,"packetsSent":1337,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_13","targetBitrate":32000,"headerBytesSent":37436,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"inbound-rtp","qpSum":2942,"track":{"id":"RTCMediaStreamTrack_receiver_14","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387662692.948,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":398,"framesDropped":0,"framesReceived":398,"trackIdentifier":"c5242fd0-dc74-43a3-b6f7-578276030254","jitterBufferDelay":21.346,"jitterBufferEmittedCount":397},"jitter":0.029,"bitrate":1718780.6208715471,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_14","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387662692.948,"frameWidth":640,"packetRate":1606.449181818213,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":3954815,"framesDecoded":398,"framesDropped":0,"framesReceived":398,"framesPerSecond":15,"packetsReceived":3767,"totalDecodeTime":2.022,"keyFramesDecoded":3,"jitterBufferDelay":21.346,"headerBytesReceived":92524,"totalInterFrameDelay":26.47200000000005,"decoderImplementation":"libvpx","jitterBufferEmittedCount":397,"estimatedPlayoutTimestamp":3859376462590,"lastPacketReceivedTimestamp":1650387662690,"totalSquaredInterFrameDelay":1.7720519999999989}],"outbound":[{"id":"RTCOutboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"outbound-rtp","qpSum":3981,"track":{"id":"RTCVideoSource_14","kind":"video","type":"media-source","width":640,"frames":403,"height":480,"timestamp":1650387662692.948,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1719555.0445807106,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_14","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_2304149741","bytesSent":5188787,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387662692.948,"frameWidth":640,"framesSent":401,"packetRate":1608.0492308040878,"frameHeight":480,"packetsSent":4891,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":401,"mediaSourceId":"RTCVideoSource_14","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":120624,"totalEncodeTime":8.861,"keyFramesEncoded":2,"totalPacketSendDelay":223.639,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":26.877,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:02.935053"},{"id":"9ba20763-2a14-46b4-9e76-ac64f9dcbc4c","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"4563bf1d-275a-4a19-928d-1e387db295d0","connection":"39f7a5ea-9bf3-416d-811b-9e16ceff37fa","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-inbound-rtp","jitter":0.0020625,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_4195962879","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387662707.191,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.02,"roundTripTimeMeasurements":6}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_2453527008","mimeType":"audio/opus","bytesSent":43676,"clockRate":48000,"timestamp":1650387660901,"packetsSent":1248,"payloadType":111,"reportsSent":5,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387660900,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"remote-inbound-rtp","jitter":0.03067777777777778,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3438370837","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387665523.283,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.054,"roundTripTimeMeasurements":28}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_5hKgF3vJ_wVatwf6E","type":"candidate-pair","local":{"id":"RTCIceCandidate_5hKgF3vJ","ip":"192.168.100.46","port":54123,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387665665.051,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_wVatwf6E","ip":"192.168.100.46","port":49341,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387665665.051,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":4905437,"nominated":true,"timestamp":1650387665665.051,"packetsSent":6621,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":6161202,"responsesSent":16,"packetsReceived":7738,"localCandidateId":"RTCIceCandidate_5hKgF3vJ","requestsReceived":16,"remoteCandidateId":"RTCIceCandidate_wVatwf6E","responsesReceived":16,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.111,"consentRequestsSent":15,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3507733},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_3","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387665665.051,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42dc50b3-bb2d-431f-bdec-3da59d3abf73","concealedSamples":3400,"totalAudioEnergy":2.7363927378300908e-8,"concealmentEvents":2,"jitterBufferDelay":70252.8,"totalSamplesDuration":29.700000000001843,"totalSamplesReceived":1425280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":1424640,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200},"jitter":0.001,"bitrate":14002.148181132085,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_3","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_2453527008","clockRate":48000,"mediaType":"audio","timestamp":1650387665665.051,"audioLevel":0.00003051850947599719,"packetRate":400.0613766037739,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":52006,"packetsReceived":1486,"concealedSamples":3400,"packetsDiscarded":0,"totalAudioEnergy":2.7363927378300908e-8,"concealmentEvents":2,"jitterBufferDelay":70252.8,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":41608,"totalSamplesDuration":29.700000000001843,"totalSamplesReceived":1425280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":1424640,"estimatedPlayoutTimestamp":3859376465593,"lastPacketReceivedTimestamp":1650387665662,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200}],"outbound":[{"id":"RTCOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"outbound-rtp","track":{"id":"RTCAudioSource_3","kind":"audio","type":"media-source","timestamp":1650387665665.051,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"518d51e2-ab21-4035-b20b-a62331fb3ea6","totalAudioEnergy":0,"totalSamplesDuration":29.99000000000189,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14002.148181132085,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_3","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_4195962879","bytesSent":52006,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387665665.051,"packetRate":400.0613766037739,"packetsSent":1486,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_3","targetBitrate":32000,"headerBytesSent":41608,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"inbound-rtp","qpSum":4283,"track":{"id":"RTCMediaStreamTrack_receiver_4","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387665665.051,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":444,"framesDropped":0,"framesReceived":445,"trackIdentifier":"3723b3e6-80ed-4305-9a54-d1ab33413e8a","jitterBufferDelay":30.966,"jitterBufferEmittedCount":443},"jitter":0.032,"bitrate":1712272.2933371905,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_4","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387665665.051,"frameWidth":640,"packetRate":1601.8457519215106,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":5815688,"framesDecoded":444,"framesDropped":0,"framesReceived":445,"framesPerSecond":15,"packetsReceived":5471,"totalDecodeTime":3.453,"keyFramesDecoded":2,"jitterBufferDelay":30.966,"headerBytesReceived":133648,"totalInterFrameDelay":29.533000000000055,"decoderImplementation":"libvpx","jitterBufferEmittedCount":443,"estimatedPlayoutTimestamp":3859376465532,"lastPacketReceivedTimestamp":1650387665665,"totalSquaredInterFrameDelay":1.9775329999999964}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"outbound-rtp","qpSum":3255,"track":{"id":"RTCVideoSource_4","kind":"video","type":"media-source","width":640,"frames":446,"height":480,"timestamp":1650387665665.051,"framesPerSecond":15,"trackIdentifier":"b649bdb4-987c-4d73-890a-4ac7f9768324"},"bitrate":1710126.3641130882,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_4","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3438370837","bytesSent":4602160,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387665665.051,"frameWidth":640,"framesSent":443,"packetRate":1603.4459974279257,"frameHeight":480,"packetsSent":4389,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":443,"mediaSourceId":"RTCVideoSource_4","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":110460,"totalEncodeTime":6.873,"keyFramesEncoded":3,"totalPacketSendDelay":160.139,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":11.736,"other":0,"bandwidth":18.006},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:05.919901"},{"id":"33b335bf-e4c1-4f5b-951f-78a04dded5af","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"bca9320c-9048-4352-9a04-dca5e9c7a3b2","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-inbound-rtp","jitter":0.001958333333333333,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_2453527008","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387663154.155,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.019,"roundTripTimeMeasurements":6}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_4195962879","mimeType":"audio/opus","bytesSent":53861,"clockRate":48000,"timestamp":1650387666736,"packetsSent":1539,"payloadType":111,"reportsSent":6,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387666736,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"remote-inbound-rtp","jitter":0.0318,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_2304149741","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387667371.426,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.065,"roundTripTimeMeasurements":32}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_QLNkuydR_7Ivbb5ZX","type":"candidate-pair","local":{"id":"RTCIceCandidate_QLNkuydR","ip":"192.168.100.46","port":49341,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387667692.962,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_7Ivbb5ZX","ip":"192.168.100.46","port":54123,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387667692.962,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":6614774,"nominated":true,"timestamp":1650387667692.962,"packetsSent":8292,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":5359954,"responsesSent":16,"packetsReceived":7180,"localCandidateId":"RTCIceCandidate_QLNkuydR","requestsReceived":16,"remoteCandidateId":"RTCIceCandidate_7Ivbb5ZX","responsesReceived":16,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.164,"consentRequestsSent":15,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3251908},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_13","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387667692.962,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"fc191f97-89cf-4a48-8c02-5b7b5ddcab5d","concealedSamples":4360,"totalAudioEnergy":2.9180117248542116e-8,"concealmentEvents":2,"jitterBufferDelay":69254.4,"totalSamplesDuration":31.870000000002182,"totalSamplesReceived":1524640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":1521600,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080},"jitter":0.001,"bitrate":13999.961035264696,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_13","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_4195962879","clockRate":48000,"mediaType":"audio","timestamp":1650387667692.962,"audioLevel":0.00003051850947599719,"packetRate":399.99888672184846,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":55541,"packetsReceived":1587,"concealedSamples":4360,"packetsDiscarded":0,"totalAudioEnergy":2.9180117248542116e-8,"concealmentEvents":2,"jitterBufferDelay":69254.4,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":44436,"totalSamplesDuration":31.870000000002182,"totalSamplesReceived":1524640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":1521600,"estimatedPlayoutTimestamp":3859376467623,"lastPacketReceivedTimestamp":1650387667683,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080}],"outbound":[{"id":"RTCOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"outbound-rtp","track":{"id":"RTCAudioSource_13","kind":"audio","type":"media-source","timestamp":1650387667692.962,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":31.890000000002185,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13999.961035264696,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_13","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_2453527008","bytesSent":55541,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387667692.962,"packetRate":399.99888672184846,"packetsSent":1587,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_13","targetBitrate":32000,"headerBytesSent":44436,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"inbound-rtp","qpSum":3457,"track":{"id":"RTCMediaStreamTrack_receiver_14","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387667692.962,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":473,"framesDropped":0,"framesReceived":473,"trackIdentifier":"c5242fd0-dc74-43a3-b6f7-578276030254","jitterBufferDelay":25.133,"jitterBufferEmittedCount":472},"jitter":0.029,"bitrate":1707462.4477851794,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_14","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387667692.962,"frameWidth":640,"packetRate":1598.3955513405067,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":5021982,"framesDecoded":473,"framesDropped":0,"framesReceived":473,"framesPerSecond":15,"packetsReceived":4766,"totalDecodeTime":2.721,"keyFramesDecoded":3,"jitterBufferDelay":25.133,"headerBytesReceived":116868,"totalInterFrameDelay":31.481000000000055,"decoderImplementation":"libvpx","jitterBufferEmittedCount":472,"estimatedPlayoutTimestamp":3859376467584,"lastPacketReceivedTimestamp":1650387667692,"totalSquaredInterFrameDelay":2.107398999999999}],"outbound":[{"id":"RTCOutboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"outbound-rtp","qpSum":4496,"track":{"id":"RTCVideoSource_14","kind":"video","type":"media-source","width":640,"frames":478,"height":480,"timestamp":1650387667692.962,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1700904.066038488,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_14","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_2304149741","bytesSent":6251855,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387667692.962,"frameWidth":640,"framesSent":476,"packetRate":1587.1955825122948,"frameHeight":480,"packetsSent":5883,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":476,"mediaSourceId":"RTCVideoSource_14","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":144800,"totalEncodeTime":10.554,"keyFramesEncoded":2,"totalPacketSendDelay":268.304,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":31.878,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:07.909073"},{"id":"b0c3d40a-b9af-4b0b-81c6-837188d1f901","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"4563bf1d-275a-4a19-928d-1e387db295d0","connection":"39f7a5ea-9bf3-416d-811b-9e16ceff37fa","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-inbound-rtp","jitter":0.0014791666666666666,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_4195962879","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387669733.837,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.024,"roundTripTimeMeasurements":8}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_2453527008","mimeType":"audio/opus","bytesSent":54876,"clockRate":48000,"timestamp":1650387667324,"packetsSent":1568,"payloadType":111,"reportsSent":6,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387667323,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"remote-inbound-rtp","jitter":0.02907777777777778,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3438370837","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387669879.499,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.058,"roundTripTimeMeasurements":31}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_5hKgF3vJ_wVatwf6E","type":"candidate-pair","local":{"id":"RTCIceCandidate_5hKgF3vJ","ip":"192.168.100.46","port":54123,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387670665.653,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_wVatwf6E","ip":"192.168.100.46","port":49341,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387670665.653,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":6033442,"nominated":true,"timestamp":1650387670665.653,"packetsSent":8006,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":7290928,"responsesSent":18,"packetsReceived":9116,"localCandidateId":"RTCIceCandidate_5hKgF3vJ","requestsReceived":18,"remoteCandidateId":"RTCIceCandidate_wVatwf6E","responsesReceived":18,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.113,"consentRequestsSent":17,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3507733},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_3","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387670665.653,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42dc50b3-bb2d-431f-bdec-3da59d3abf73","concealedSamples":3400,"totalAudioEnergy":3.202082448148428e-8,"concealmentEvents":2,"jitterBufferDelay":81206.4,"totalSamplesDuration":34.700000000001666,"totalSamplesReceived":1665280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":1664640,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200},"jitter":0,"bitrate":13942.321202925468,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_3","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_2453527008","clockRate":48000,"mediaType":"audio","timestamp":1650387670665.653,"audioLevel":0.00003051850947599719,"packetRate":398.35203436929913,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":60721,"packetsReceived":1735,"concealedSamples":3400,"packetsDiscarded":0,"totalAudioEnergy":3.202082448148428e-8,"concealmentEvents":2,"jitterBufferDelay":81206.4,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":48580,"totalSamplesDuration":34.700000000001666,"totalSamplesReceived":1665280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":1664640,"estimatedPlayoutTimestamp":3859376470584,"lastPacketReceivedTimestamp":1650387670641,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200}],"outbound":[{"id":"RTCOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"outbound-rtp","track":{"id":"RTCAudioSource_3","kind":"audio","type":"media-source","timestamp":1650387670665.653,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"518d51e2-ab21-4035-b20b-a62331fb3ea6","totalAudioEnergy":0,"totalSamplesDuration":34.99000000000161,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13998.314460768543,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_3","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_4195962879","bytesSent":60756,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387670665.653,"packetRate":399.95184173624403,"packetsSent":1736,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_3","targetBitrate":32000,"headerBytesSent":48608,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"inbound-rtp","qpSum":4768,"track":{"id":"RTCMediaStreamTrack_receiver_4","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387670665.653,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":519,"framesDropped":0,"framesReceived":520,"trackIdentifier":"3723b3e6-80ed-4305-9a54-d1ab33413e8a","jitterBufferDelay":36.43,"jitterBufferEmittedCount":518},"jitter":0.032,"bitrate":1712109.0446824129,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_4","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387670665.653,"frameWidth":640,"packetRate":1596.607752211086,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":6885885,"framesDecoded":519,"framesDropped":0,"framesReceived":520,"framesPerSecond":15,"packetsReceived":6469,"totalDecodeTime":3.979,"keyFramesDecoded":2,"jitterBufferDelay":36.43,"headerBytesReceived":157968,"totalInterFrameDelay":34.532000000000075,"decoderImplementation":"libvpx","jitterBufferEmittedCount":518,"estimatedPlayoutTimestamp":3859376470534,"lastPacketReceivedTimestamp":1650387670636,"totalSquaredInterFrameDelay":2.3112779999999966}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"outbound-rtp","qpSum":3740,"track":{"id":"RTCVideoSource_4","kind":"video","type":"media-source","width":640,"frames":521,"height":480,"timestamp":1650387670665.653,"framesPerSecond":15,"trackIdentifier":"b649bdb4-987c-4d73-890a-4ac7f9768324"},"bitrate":1708795.8436254696,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_4","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3438370837","bytesSent":5670286,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387670665.653,"frameWidth":640,"framesSent":518,"packetRate":1601.4071743119212,"frameHeight":480,"packetsSent":5390,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":518,"mediaSourceId":"RTCVideoSource_4","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":134852,"totalEncodeTime":8.534,"keyFramesEncoded":3,"totalPacketSendDelay":201.857,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":16.738,"other":0,"bandwidth":18.006},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:10.889361"},{"id":"edeb26d5-8b94-4366-a5d6-57dccc381320","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"bca9320c-9048-4352-9a04-dca5e9c7a3b2","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-inbound-rtp","jitter":0.0008958333333333333,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_2453527008","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387670537.9,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.02,"roundTripTimeMeasurements":7}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_4195962879","mimeType":"audio/opus","bytesSent":53861,"clockRate":48000,"timestamp":1650387666736,"packetsSent":1539,"payloadType":111,"reportsSent":6,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387666736,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"remote-inbound-rtp","jitter":0.03201111111111111,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_2304149741","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387671948.861,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.069,"roundTripTimeMeasurements":36}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_QLNkuydR_7Ivbb5ZX","type":"candidate-pair","local":{"id":"RTCIceCandidate_QLNkuydR","ip":"192.168.100.46","port":49341,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387672693.041,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_7Ivbb5ZX","ip":"192.168.100.46","port":54123,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387672693.041,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":7749205,"nominated":true,"timestamp":1650387672693.041,"packetsSent":9678,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":6489140,"responsesSent":18,"packetsReceived":8562,"localCandidateId":"RTCIceCandidate_QLNkuydR","requestsReceived":18,"remoteCandidateId":"RTCIceCandidate_7Ivbb5ZX","responsesReceived":18,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.164,"consentRequestsSent":17,"bytesDiscardedOnSend":0,"currentRoundTripTime":0,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3251908},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_13","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387672693.041,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"fc191f97-89cf-4a48-8c02-5b7b5ddcab5d","concealedSamples":4360,"totalAudioEnergy":3.3837014351726135e-8,"concealmentEvents":2,"jitterBufferDelay":79449.6,"totalSamplesDuration":36.870000000001234,"totalSamplesReceived":1764640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":1761600,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080},"jitter":0.002,"bitrate":13999.778519128897,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_13","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_4195962879","clockRate":48000,"mediaType":"audio","timestamp":1650387672693.041,"audioLevel":0.00003051850947599719,"packetRate":399.99367197511134,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":64291,"packetsReceived":1837,"concealedSamples":4360,"packetsDiscarded":0,"totalAudioEnergy":3.3837014351726135e-8,"concealmentEvents":2,"jitterBufferDelay":79449.6,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":51436,"totalSamplesDuration":36.870000000001234,"totalSamplesReceived":1764640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":1761600,"estimatedPlayoutTimestamp":3859376472621,"lastPacketReceivedTimestamp":1650387672681,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080}],"outbound":[{"id":"RTCOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"outbound-rtp","track":{"id":"RTCAudioSource_13","kind":"audio","type":"media-source","timestamp":1650387672693.041,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":36.89000000000123,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13999.778519128897,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_13","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_2453527008","bytesSent":64291,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387672693.041,"packetRate":399.99367197511134,"packetsSent":1837,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_13","targetBitrate":32000,"headerBytesSent":51436,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"inbound-rtp","qpSum":3943,"track":{"id":"RTCMediaStreamTrack_receiver_14","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387672693.041,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":548,"framesDropped":0,"framesReceived":548,"trackIdentifier":"c5242fd0-dc74-43a3-b6f7-578276030254","jitterBufferDelay":28.927,"jitterBufferEmittedCount":547},"jitter":0.029,"bitrate":1711121.7295195137,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_14","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387672693.041,"frameWidth":640,"packetRate":1601.5746625883457,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":6091450,"framesDecoded":548,"framesDropped":0,"framesReceived":548,"framesPerSecond":15,"packetsReceived":5767,"totalDecodeTime":3.391,"keyFramesDecoded":3,"jitterBufferDelay":28.927,"headerBytesReceived":141276,"totalInterFrameDelay":36.48200000000009,"decoderImplementation":"libvpx","jitterBufferEmittedCount":547,"estimatedPlayoutTimestamp":3859376472584,"lastPacketReceivedTimestamp":1650387672688,"totalSquaredInterFrameDelay":2.4414140000000004}],"outbound":[{"id":"RTCOutboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"outbound-rtp","qpSum":4985,"track":{"id":"RTCVideoSource_14","kind":"video","type":"media-source","width":640,"frames":553,"height":480,"timestamp":1650387672693.041,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1717561.6276383128,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_14","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_2304149741","bytesSent":7325348,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387672693.041,"frameWidth":640,"framesSent":551,"packetRate":1606.3745866520471,"frameHeight":480,"packetsSent":6887,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":551,"mediaSourceId":"RTCVideoSource_14","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":169280,"totalEncodeTime":12.248,"keyFramesEncoded":2,"totalPacketSendDelay":313.823,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":36.878,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:12.967154"},{"id":"044c418b-54a0-4e63-8c97-7112409b1d77","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"4563bf1d-275a-4a19-928d-1e387db295d0","connection":"39f7a5ea-9bf3-416d-811b-9e16ceff37fa","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-inbound-rtp","jitter":0.0013333333333333333,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_4195962879","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387675015.182,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.025,"roundTripTimeMeasurements":9}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_2453527008","mimeType":"audio/opus","bytesSent":64921,"clockRate":48000,"timestamp":1650387673057,"packetsSent":1855,"payloadType":111,"reportsSent":7,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387673056,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"remote-inbound-rtp","jitter":0.029477777777777776,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3438370837","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387675449.954,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.068,"roundTripTimeMeasurements":38}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_5hKgF3vJ_wVatwf6E","type":"candidate-pair","local":{"id":"RTCIceCandidate_5hKgF3vJ","ip":"192.168.100.46","port":54123,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387675665.146,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_wVatwf6E","ip":"192.168.100.46","port":49341,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387675665.146,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":7164537,"nominated":true,"timestamp":1650387675665.146,"packetsSent":9388,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":8421879,"responsesSent":20,"packetsReceived":10504,"localCandidateId":"RTCIceCandidate_5hKgF3vJ","requestsReceived":20,"remoteCandidateId":"RTCIceCandidate_wVatwf6E","responsesReceived":20,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.115,"consentRequestsSent":19,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.002,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3507733},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_3","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387675665.146,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42dc50b3-bb2d-431f-bdec-3da59d3abf73","concealedSamples":3400,"totalAudioEnergy":3.667772158466852e-8,"concealmentEvents":2,"jitterBufferDelay":92390.4,"totalSamplesDuration":39.70000000000067,"totalSamplesReceived":1905280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":1904640,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200},"jitter":0.001,"bitrate":14057.425648099175,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_3","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_2453527008","clockRate":48000,"mediaType":"audio","timestamp":1650387675665.146,"audioLevel":0.00003051850947599719,"packetRate":401.64073280283355,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":69506,"packetsReceived":1986,"concealedSamples":3400,"packetsDiscarded":0,"totalAudioEnergy":3.667772158466852e-8,"concealmentEvents":2,"jitterBufferDelay":92390.4,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":55608,"totalSamplesDuration":39.70000000000067,"totalSamplesReceived":1905280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":1904640,"estimatedPlayoutTimestamp":3859376475583,"lastPacketReceivedTimestamp":1650387675661,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200}],"outbound":[{"id":"RTCOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"outbound-rtp","track":{"id":"RTCAudioSource_3","kind":"audio","type":"media-source","timestamp":1650387675665.146,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"518d51e2-ab21-4035-b20b-a62331fb3ea6","totalAudioEnergy":0,"totalSamplesDuration":39.99000000000061,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14001.41996822627,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_3","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_4195962879","bytesSent":69506,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387675665.146,"packetRate":400.0405705207506,"packetsSent":1986,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_3","targetBitrate":32000,"headerBytesSent":55608,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"inbound-rtp","qpSum":5266,"track":{"id":"RTCMediaStreamTrack_receiver_4","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387675665.146,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":594,"framesDropped":0,"framesReceived":595,"trackIdentifier":"3723b3e6-80ed-4305-9a54-d1ab33413e8a","jitterBufferDelay":41.771,"jitterBufferEmittedCount":593},"jitter":0.033,"bitrate":1712095.2338769904,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_4","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387675665.146,"frameWidth":640,"packetRate":1604.9627689292513,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":7955836,"framesDecoded":594,"framesDropped":0,"framesReceived":595,"framesPerSecond":15,"packetsReceived":7472,"totalDecodeTime":4.506,"keyFramesDecoded":2,"jitterBufferDelay":41.771,"headerBytesReceived":182424,"totalInterFrameDelay":39.533000000000094,"decoderImplementation":"libvpx","jitterBufferEmittedCount":593,"estimatedPlayoutTimestamp":3859376475533,"lastPacketReceivedTimestamp":1650387675638,"totalSquaredInterFrameDelay":2.6455469999999974}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"outbound-rtp","qpSum":4245,"track":{"id":"RTCVideoSource_4","kind":"video","type":"media-source","width":640,"frames":596,"height":480,"timestamp":1650387675665.146,"framesPerSecond":15,"trackIdentifier":"b649bdb4-987c-4d73-890a-4ac7f9768324"},"bitrate":1714402.667887754,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_4","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3438370837","bytesSent":6741679,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387675665.146,"frameWidth":640,"framesSent":594,"packetRate":1601.7624443650852,"frameHeight":480,"packetsSent":6391,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":594,"mediaSourceId":"RTCVideoSource_4","hugeFramesSent":0,"framesPerSecond":16,"headerBytesSent":159260,"totalEncodeTime":10.299,"keyFramesEncoded":3,"totalPacketSendDelay":245.028,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":21.737,"other":0,"bandwidth":18.006},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:15.876349"},{"id":"4fb5f6e1-8f01-4096-8a1e-e37c91cec202","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"bca9320c-9048-4352-9a04-dca5e9c7a3b2","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-inbound-rtp","jitter":0.0011458333333333333,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_2453527008","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387676484.709,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.026,"roundTripTimeMeasurements":9}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_4195962879","mimeType":"audio/opus","bytesSent":71851,"clockRate":48000,"timestamp":1650387677004,"packetsSent":2053,"payloadType":111,"reportsSent":8,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387677004,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"remote-inbound-rtp","jitter":0.03197777777777778,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_2304149741","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387677624.719,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.087,"roundTripTimeMeasurements":42}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_QLNkuydR_7Ivbb5ZX","type":"candidate-pair","local":{"id":"RTCIceCandidate_QLNkuydR","ip":"192.168.100.46","port":49341,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387677693.276,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_7Ivbb5ZX","ip":"192.168.100.46","port":54123,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387677693.276,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":8874665,"nominated":true,"timestamp":1650387677693.276,"packetsSent":11058,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":7620908,"responsesSent":20,"packetsReceived":9952,"localCandidateId":"RTCIceCandidate_QLNkuydR","requestsReceived":20,"remoteCandidateId":"RTCIceCandidate_7Ivbb5ZX","responsesReceived":20,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.17,"consentRequestsSent":19,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3251908},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_13","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387677693.276,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"fc191f97-89cf-4a48-8c02-5b7b5ddcab5d","concealedSamples":4360,"totalAudioEnergy":3.8493911454910375e-8,"concealmentEvents":2,"jitterBufferDelay":89952,"totalSamplesDuration":41.87000000000024,"totalSamplesReceived":2004640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":2001600,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080},"jitter":0.001,"bitrate":13999.342413701075,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_13","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_4195962879","clockRate":48000,"mediaType":"audio","timestamp":1650387677693.276,"audioLevel":0.00003051850947599719,"packetRate":399.9812118200307,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":73041,"packetsReceived":2087,"concealedSamples":4360,"packetsDiscarded":0,"totalAudioEnergy":3.8493911454910375e-8,"concealmentEvents":2,"jitterBufferDelay":89952,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":58436,"totalSamplesDuration":41.87000000000024,"totalSamplesReceived":2004640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":2001600,"estimatedPlayoutTimestamp":3859376477621,"lastPacketReceivedTimestamp":1650387677681,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080}],"outbound":[{"id":"RTCOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"outbound-rtp","track":{"id":"RTCAudioSource_13","kind":"audio","type":"media-source","timestamp":1650387677693.276,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":41.890000000000235,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13999.342413701075,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_13","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_2453527008","bytesSent":73041,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387677693.276,"packetRate":399.9812118200307,"packetsSent":2087,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_13","targetBitrate":32000,"headerBytesSent":58436,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"inbound-rtp","qpSum":4493,"track":{"id":"RTCMediaStreamTrack_receiver_14","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387677693.276,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":623,"framesDropped":0,"framesReceived":624,"trackIdentifier":"c5242fd0-dc74-43a3-b6f7-578276030254","jitterBufferDelay":32.73,"jitterBufferEmittedCount":622},"jitter":0.029,"bitrate":1714725.8547718609,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_14","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387677693.276,"frameWidth":640,"packetRate":1611.1243212110837,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":7163204,"framesDecoded":623,"framesDropped":0,"framesReceived":624,"framesPerSecond":15,"packetsReceived":6774,"totalDecodeTime":3.987,"keyFramesDecoded":3,"jitterBufferDelay":32.73,"headerBytesReceived":165844,"totalInterFrameDelay":41.4790000000001,"decoderImplementation":"libvpx","jitterBufferEmittedCount":622,"estimatedPlayoutTimestamp":3859376477583,"lastPacketReceivedTimestamp":1650387677684,"totalSquaredInterFrameDelay":2.7750229999999987}],"outbound":[{"id":"RTCOutboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"outbound-rtp","qpSum":5539,"track":{"id":"RTCVideoSource_14","kind":"video","type":"media-source","width":640,"frames":628,"height":480,"timestamp":1650387677693.276,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1707039.8158055271,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_14","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_2304149741","bytesSent":8392298,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387677693.276,"frameWidth":640,"framesSent":626,"packetRate":1599.9248472801228,"frameHeight":480,"packetsSent":7887,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":626,"mediaSourceId":"RTCVideoSource_14","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":193664,"totalEncodeTime":13.832,"keyFramesEncoded":2,"totalPacketSendDelay":357.838,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":41.878,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:17.949122"},{"id":"cb23b5e5-0d73-427c-99f6-c19c59038660","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"4563bf1d-275a-4a19-928d-1e387db295d0","connection":"39f7a5ea-9bf3-416d-811b-9e16ceff37fa","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-inbound-rtp","jitter":0.0013541666666666667,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_4195962879","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387679221.531,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.026,"roundTripTimeMeasurements":10}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_2453527008","mimeType":"audio/opus","bytesSent":75176,"clockRate":48000,"timestamp":1650387678905,"packetsSent":2148,"payloadType":111,"reportsSent":9,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387678905,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"remote-inbound-rtp","jitter":0.030077777777777776,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3438370837","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387679944.191,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.076,"roundTripTimeMeasurements":43}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_5hKgF3vJ_wVatwf6E","type":"candidate-pair","local":{"id":"RTCIceCandidate_5hKgF3vJ","ip":"192.168.100.46","port":54123,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387680665.239,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_wVatwf6E","ip":"192.168.100.46","port":49341,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387680665.239,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":8277832,"nominated":true,"timestamp":1650387680665.239,"packetsSent":10764,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":9537349,"responsesSent":22,"packetsReceived":11873,"localCandidateId":"RTCIceCandidate_5hKgF3vJ","requestsReceived":22,"remoteCandidateId":"RTCIceCandidate_wVatwf6E","responsesReceived":22,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.119,"consentRequestsSent":21,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.004,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3507733},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_3","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387680665.239,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42dc50b3-bb2d-431f-bdec-3da59d3abf73","concealedSamples":3520,"totalAudioEnergy":4.133461868785276e-8,"concealmentEvents":3,"jitterBufferDelay":104697.6,"totalSamplesDuration":44.699999999999676,"totalSamplesReceived":2145280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":2143680,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200},"jitter":0.001,"bitrate":13999.739555626431,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_3","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_2453527008","clockRate":48000,"mediaType":"audio","timestamp":1650387680665.239,"audioLevel":0.00003051850947599719,"packetRate":399.99255873218374,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":78256,"packetsReceived":2236,"concealedSamples":3520,"packetsDiscarded":0,"totalAudioEnergy":4.133461868785276e-8,"concealmentEvents":3,"jitterBufferDelay":104697.6,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":62608,"totalSamplesDuration":44.699999999999676,"totalSamplesReceived":2145280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":2143680,"estimatedPlayoutTimestamp":3859376480583,"lastPacketReceivedTimestamp":1650387680658,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1200}],"outbound":[{"id":"RTCOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"outbound-rtp","track":{"id":"RTCAudioSource_3","kind":"audio","type":"media-source","timestamp":1650387680665.239,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"518d51e2-ab21-4035-b20b-a62331fb3ea6","totalAudioEnergy":0,"totalSamplesDuration":44.98999999999962,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13999.739555626431,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_3","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_4195962879","bytesSent":78256,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387680665.239,"packetRate":399.99255873218374,"packetsSent":2236,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_3","targetBitrate":32000,"headerBytesSent":62608,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"inbound-rtp","qpSum":5782,"track":{"id":"RTCMediaStreamTrack_receiver_4","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387680665.239,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":669,"framesDropped":0,"framesReceived":670,"trackIdentifier":"3723b3e6-80ed-4305-9a54-d1ab33413e8a","jitterBufferDelay":47.046,"jitterBufferEmittedCount":668},"jitter":0.032,"bitrate":1691712.5281995486,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_4","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387680665.239,"frameWidth":640,"packetRate":1585.5705028143764,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":9013176,"framesDecoded":669,"framesDropped":0,"framesReceived":670,"framesPerSecond":15,"packetsReceived":8463,"totalDecodeTime":5.043,"keyFramesDecoded":2,"jitterBufferDelay":47.046,"headerBytesReceived":206592,"totalInterFrameDelay":44.530000000000115,"decoderImplementation":"libvpx","jitterBufferEmittedCount":668,"estimatedPlayoutTimestamp":3859376480533,"lastPacketReceivedTimestamp":1650387680636,"totalSquaredInterFrameDelay":2.9791459999999983}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"outbound-rtp","qpSum":4752,"track":{"id":"RTCVideoSource_4","kind":"video","type":"media-source","width":640,"frames":671,"height":480,"timestamp":1650387680665.239,"framesPerSecond":15,"trackIdentifier":"b649bdb4-987c-4d73-890a-4ac7f9768324"},"bitrate":1685890.236514643,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_4","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3438370837","bytesSent":7795380,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387680665.239,"frameWidth":640,"framesSent":668,"packetRate":1587.170473049305,"frameHeight":480,"packetsSent":7383,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":668,"mediaSourceId":"RTCVideoSource_4","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":183468,"totalEncodeTime":12.027,"keyFramesEncoded":3,"totalPacketSendDelay":287.552,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":26.737,"other":0,"bandwidth":18.006},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:20.888429"},{"id":"43d693ba-c283-41bc-bd8f-e1f731fa8505","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"bca9320c-9048-4352-9a04-dca5e9c7a3b2","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-inbound-rtp","jitter":0.00125,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_2453527008","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387680771.873,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.027,"roundTripTimeMeasurements":10}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_4195962879","mimeType":"audio/opus","bytesSent":78151,"clockRate":48000,"timestamp":1650387680613,"packetsSent":2233,"payloadType":111,"reportsSent":9,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387680612,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"remote-inbound-rtp","jitter":0.03292222222222222,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_2304149741","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387681442.352,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.095,"roundTripTimeMeasurements":46}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_QLNkuydR_7Ivbb5ZX","type":"candidate-pair","local":{"id":"RTCIceCandidate_QLNkuydR","ip":"192.168.100.46","port":49341,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387682693.399,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_7Ivbb5ZX","ip":"192.168.100.46","port":54123,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387682693.399,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":10006399,"nominated":true,"timestamp":1650387682693.399,"packetsSent":12446,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":8748051,"responsesSent":22,"packetsReceived":11336,"localCandidateId":"RTCIceCandidate_QLNkuydR","requestsReceived":22,"remoteCandidateId":"RTCIceCandidate_7Ivbb5ZX","responsesReceived":22,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.173,"consentRequestsSent":21,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3251908},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_13","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387682693.399,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"fc191f97-89cf-4a48-8c02-5b7b5ddcab5d","concealedSamples":4360,"totalAudioEnergy":4.3150808558094616e-8,"concealmentEvents":2,"jitterBufferDelay":100262.4,"totalSamplesDuration":46.869999999999244,"totalSamplesReceived":2244640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":2241600,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080},"jitter":0.002,"bitrate":13999.65547722849,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_13","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_4195962879","clockRate":48000,"mediaType":"audio","timestamp":1650387682693.399,"audioLevel":0.00003051850947599719,"packetRate":399.9901564922426,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":81791,"packetsReceived":2337,"concealedSamples":4360,"packetsDiscarded":0,"totalAudioEnergy":4.3150808558094616e-8,"concealmentEvents":2,"jitterBufferDelay":100262.4,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":65436,"totalSamplesDuration":46.869999999999244,"totalSamplesReceived":2244640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":2241600,"estimatedPlayoutTimestamp":3859376482620,"lastPacketReceivedTimestamp":1650387682685,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080}],"outbound":[{"id":"RTCOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"outbound-rtp","track":{"id":"RTCAudioSource_13","kind":"audio","type":"media-source","timestamp":1650387682693.399,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":46.88999999999924,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13999.65547722849,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_13","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_2453527008","bytesSent":81791,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387682693.399,"packetRate":399.9901564922426,"packetsSent":2337,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_13","targetBitrate":32000,"headerBytesSent":65436,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"inbound-rtp","qpSum":4915,"track":{"id":"RTCMediaStreamTrack_receiver_14","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387682693.399,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":698,"framesDropped":0,"framesReceived":698,"trackIdentifier":"c5242fd0-dc74-43a3-b6f7-578276030254","jitterBufferDelay":36.607,"jitterBufferEmittedCount":697},"jitter":0.029,"bitrate":1705985.216770056,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_14","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387682693.399,"frameWidth":640,"packetRate":1604.760507846877,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":8229471,"framesDecoded":698,"framesDropped":0,"framesReceived":698,"framesPerSecond":15,"packetsReceived":7777,"totalDecodeTime":4.678,"keyFramesDecoded":3,"jitterBufferDelay":36.607,"headerBytesReceived":190300,"totalInterFrameDelay":46.48100000000011,"decoderImplementation":"libvpx","jitterBufferEmittedCount":697,"estimatedPlayoutTimestamp":3859376482582,"lastPacketReceivedTimestamp":1650387682690,"totalSquaredInterFrameDelay":3.109384999999997}],"outbound":[{"id":"RTCOutboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"outbound-rtp","qpSum":5957,"track":{"id":"RTCVideoSource_14","kind":"video","type":"media-source","width":640,"frames":703,"height":480,"timestamp":1650387682693.399,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1714920.9968660928,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_14","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_2304149741","bytesSent":9464150,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387682693.399,"frameWidth":640,"framesSent":701,"packetRate":1611.160350350753,"frameHeight":480,"packetsSent":8894,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":701,"mediaSourceId":"RTCVideoSource_14","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":218216,"totalEncodeTime":15.748,"keyFramesEncoded":2,"totalPacketSendDelay":406.779,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":46.878,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:22.949441"},{"id":"1dd97be5-cd65-49a8-a331-7cb759b6c06f","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"4563bf1d-275a-4a19-928d-1e387db295d0","connection":"39f7a5ea-9bf3-416d-811b-9e16ceff37fa","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-inbound-rtp","jitter":0.0016041666666666667,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_4195962879","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387682985.593,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.002,"totalRoundTripTime":0.028,"roundTripTimeMeasurements":11}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_2453527008","mimeType":"audio/opus","bytesSent":85046,"clockRate":48000,"timestamp":1650387684558,"packetsSent":2430,"payloadType":111,"reportsSent":10,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387684558,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"remote-inbound-rtp","jitter":0.029711111111111112,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3438370837","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387685229.007,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.084,"roundTripTimeMeasurements":48}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_5hKgF3vJ_wVatwf6E","type":"candidate-pair","local":{"id":"RTCIceCandidate_5hKgF3vJ","ip":"192.168.100.46","port":54123,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387685665.614,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_wVatwf6E","ip":"192.168.100.46","port":49341,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387685665.614,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":9412744,"nominated":true,"timestamp":1650387685665.614,"packetsSent":12153,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":10666455,"responsesSent":24,"packetsReceived":13256,"localCandidateId":"RTCIceCandidate_5hKgF3vJ","requestsReceived":24,"remoteCandidateId":"RTCIceCandidate_wVatwf6E","responsesReceived":24,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.122,"consentRequestsSent":23,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.002,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3507733},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_3","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387685665.614,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42dc50b3-bb2d-431f-bdec-3da59d3abf73","concealedSamples":3520,"totalAudioEnergy":4.5991515791037e-8,"concealmentEvents":3,"jitterBufferDelay":118147.2,"totalSamplesDuration":49.69999999999868,"totalSamplesReceived":2385280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":2383680,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1680},"jitter":0.001,"bitrate":13998.950078744094,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_3","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_2453527008","clockRate":48000,"mediaType":"audio","timestamp":1650387685665.614,"audioLevel":0.00003051850947599719,"packetRate":399.9700022498313,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":87006,"packetsReceived":2486,"concealedSamples":3520,"packetsDiscarded":0,"totalAudioEnergy":4.5991515791037e-8,"concealmentEvents":3,"jitterBufferDelay":118147.2,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":69608,"totalSamplesDuration":49.69999999999868,"totalSamplesReceived":2385280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":2383680,"estimatedPlayoutTimestamp":3859376485579,"lastPacketReceivedTimestamp":1650387685664,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1680}],"outbound":[{"id":"RTCOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"outbound-rtp","track":{"id":"RTCAudioSource_3","kind":"audio","type":"media-source","timestamp":1650387685665.614,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"518d51e2-ab21-4035-b20b-a62331fb3ea6","totalAudioEnergy":0,"totalSamplesDuration":49.98999999999862,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":13998.950078744094,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_3","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_4195962879","bytesSent":87006,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387685665.614,"packetRate":399.9700022498313,"packetsSent":2486,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_3","targetBitrate":32000,"headerBytesSent":69608,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"inbound-rtp","qpSum":6329,"track":{"id":"RTCMediaStreamTrack_receiver_4","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387685665.614,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":744,"framesDropped":0,"framesReceived":745,"trackIdentifier":"3723b3e6-80ed-4305-9a54-d1ab33413e8a","jitterBufferDelay":52.344,"jitterBufferEmittedCount":743},"jitter":0.032,"bitrate":1710844.4866635003,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_4","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387685665.614,"frameWidth":640,"packetRate":1603.0797690173238,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":10082534,"framesDecoded":744,"framesDropped":0,"framesReceived":745,"framesPerSecond":15,"packetsReceived":9465,"totalDecodeTime":5.594,"keyFramesDecoded":2,"jitterBufferDelay":52.344,"headerBytesReceived":231024,"totalInterFrameDelay":49.53000000000013,"decoderImplementation":"libvpx","jitterBufferEmittedCount":743,"estimatedPlayoutTimestamp":3859376485534,"lastPacketReceivedTimestamp":1650387685629,"totalSquaredInterFrameDelay":3.3133659999999994}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"outbound-rtp","qpSum":5298,"track":{"id":"RTCVideoSource_4","kind":"video","type":"media-source","width":640,"frames":746,"height":480,"timestamp":1650387685665.614,"framesPerSecond":15,"trackIdentifier":"b649bdb4-987c-4d73-890a-4ac7f9768324"},"bitrate":1719903.0072744545,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_4","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3438370837","bytesSent":8870400,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387685665.614,"frameWidth":640,"framesSent":743,"packetRate":1615.8788090893183,"frameHeight":480,"packetsSent":8393,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":743,"mediaSourceId":"RTCVideoSource_4","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":208092,"totalEncodeTime":13.731,"keyFramesEncoded":3,"totalPacketSendDelay":330.003,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":31.737,"other":0,"bandwidth":18.006},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:25.936705"},{"id":"2f67c5b3-dd2f-4043-9e5d-923880ab1c73","conference":"demo-conference","participant":"05305cf9-f017-472d-b5d8-82d21ad675ca","peer":"6cf7066e-e781-40d2-83ae-0590063921c7","session":"06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be","connection":"bca9320c-9048-4352-9a04-dca5e9c7a3b2","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-inbound-rtp","jitter":0.00125,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_2453527008","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387680771.873,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.027,"roundTripTimeMeasurements":10}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_4195962879","mimeType":"audio/opus","bytesSent":89631,"clockRate":48000,"timestamp":1650387687177,"packetsSent":2561,"payloadType":111,"reportsSent":10,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387687177,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"remote-inbound-rtp","jitter":0.03351111111111111,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_2304149741","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387687327.75,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.103,"roundTripTimeMeasurements":52}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_QLNkuydR_7Ivbb5ZX","type":"candidate-pair","local":{"id":"RTCIceCandidate_QLNkuydR","ip":"192.168.100.46","port":49341,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387687693.207,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_7Ivbb5ZX","ip":"192.168.100.46","port":54123,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387687693.207,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":11136666,"nominated":true,"timestamp":1650387687693.207,"packetsSent":13827,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":9878784,"responsesSent":24,"packetsReceived":12723,"localCandidateId":"RTCIceCandidate_QLNkuydR","requestsReceived":24,"remoteCandidateId":"RTCIceCandidate_7Ivbb5ZX","responsesReceived":24,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.176,"consentRequestsSent":23,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.001,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3251908},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_13","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387687693.207,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"fc191f97-89cf-4a48-8c02-5b7b5ddcab5d","concealedSamples":4360,"totalAudioEnergy":4.7807705661278856e-8,"concealmentEvents":2,"jitterBufferDelay":110400,"totalSamplesDuration":51.86999999999825,"totalSamplesReceived":2484640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":2481600,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080},"jitter":0.001,"bitrate":14000.537325309457,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_13","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_4195962879","clockRate":48000,"mediaType":"audio","timestamp":1650387687693.207,"audioLevel":0.00003051850947599719,"packetRate":400.01535215169883,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":90541,"packetsReceived":2587,"concealedSamples":4360,"packetsDiscarded":0,"totalAudioEnergy":4.7807705661278856e-8,"concealmentEvents":2,"jitterBufferDelay":110400,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":72436,"totalSamplesDuration":51.86999999999825,"totalSamplesReceived":2484640,"silentConcealedSamples":2280,"jitterBufferEmittedCount":2481600,"estimatedPlayoutTimestamp":3859376487622,"lastPacketReceivedTimestamp":1650387687682,"removedSamplesForAcceleration":2040,"insertedSamplesForDeceleration":1080}],"outbound":[{"id":"RTCOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"outbound-rtp","track":{"id":"RTCAudioSource_13","kind":"audio","type":"media-source","timestamp":1650387687693.207,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"20c2d6aa-2ea8-46d9-b60c-d3504f269b9c","totalAudioEnergy":0,"totalSamplesDuration":51.889999999998246,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14000.537325309457,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_13","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_2453527008","bytesSent":90541,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387687693.207,"packetRate":400.01535215169883,"packetsSent":2587,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_13","targetBitrate":32000,"headerBytesSent":72436,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"inbound-rtp","qpSum":5601,"track":{"id":"RTCMediaStreamTrack_receiver_14","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387687693.207,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":773,"framesDropped":0,"framesReceived":773,"trackIdentifier":"c5242fd0-dc74-43a3-b6f7-578276030254","jitterBufferDelay":40.59,"jitterBufferEmittedCount":772},"jitter":0.029,"bitrate":1715149.025543656,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_14","firCount":0,"mimeType":"video/VP8","pliCount":0,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387687693.207,"frameWidth":640,"packetRate":1609.6617770584357,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":9301398,"framesDecoded":773,"framesDropped":0,"framesReceived":773,"framesPerSecond":14,"packetsReceived":8783,"totalDecodeTime":5.248,"keyFramesDecoded":3,"jitterBufferDelay":40.59,"headerBytesReceived":214828,"totalInterFrameDelay":51.483000000000125,"decoderImplementation":"libvpx","jitterBufferEmittedCount":772,"estimatedPlayoutTimestamp":3859376487580,"lastPacketReceivedTimestamp":1650387687691,"totalSquaredInterFrameDelay":3.4435689999999974}],"outbound":[{"id":"RTCOutboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"outbound-rtp","qpSum":6650,"track":{"id":"RTCVideoSource_14","kind":"video","type":"media-source","width":640,"frames":778,"height":480,"timestamp":1650387687693.207,"framesPerSecond":15,"trackIdentifier":"eb5f9a97-c8b6-4ea1-b691-4bf5b3e9c727"},"bitrate":1711307.2781015912,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_14","firCount":0,"mimeType":"video/VP8","pliCount":1,"remoteId":"RTCRemoteInboundRtpVideoStream_2304149741","bytesSent":10533676,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387687693.207,"frameWidth":640,"framesSent":776,"packetRate":1598.4613471981884,"frameHeight":480,"packetsSent":9893,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":776,"mediaSourceId":"RTCVideoSource_14","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":242576,"totalEncodeTime":17.355,"keyFramesEncoded":2,"totalPacketSendDelay":450.515,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":51.878,"other":0,"bandwidth":0},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:27.895553"},{"id":"86f6cc20-ef8b-45fd-a48c-5dfb182c85e3","conference":"demo-conference","participant":"6cf7066e-e781-40d2-83ae-0590063921c7","peer":"05305cf9-f017-472d-b5d8-82d21ad675ca","session":"4563bf1d-275a-4a19-928d-1e387db295d0","connection":"39f7a5ea-9bf3-416d-811b-9e16ceff37fa","track":null,"app":"02a8e255-6760-4e1a-8a82-6ec030d5b2a8","type":"stats","category":"stats","data":{"remote":{"audio":{"inbound":[{"id":"RTCRemoteInboundRtpAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"remote-inbound-rtp","jitter":0.00125,"codecId":"RTCCodec_0_Outbound_111","localId":"RTCOutboundRTPAudioStream_4195962879","mimeType":"audio/opus","clockRate":48000,"timestamp":1650387688536.572,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.029,"roundTripTimeMeasurements":12}],"outbound":[{"id":"RTCRemoteOutboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"remote-outbound-rtp","codecId":"RTCCodec_0_Inbound_111","localId":"RTCInboundRTPAudioStream_2453527008","mimeType":"audio/opus","bytesSent":92081,"clockRate":48000,"timestamp":1650387688565,"packetsSent":2631,"payloadType":111,"reportsSent":11,"transportId":"RTCTransport_0_1","remoteTimestamp":1650387688564,"totalRoundTripTime":0,"roundTripTimeMeasurements":0}]},"video":{"inbound":[{"id":"RTCRemoteInboundRtpVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"remote-inbound-rtp","jitter":0.030722222222222224,"codecId":"RTCCodec_1_Outbound_96","localId":"RTCOutboundRTPVideoStream_3438370837","mimeType":"video/VP8","clockRate":90000,"timestamp":1650387689392.231,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","fractionLost":0,"roundTripTime":0.001,"totalRoundTripTime":0.09,"roundTripTimeMeasurements":53}],"outbound":[]}},"connection":{"id":"RTCIceCandidatePair_5hKgF3vJ_wVatwf6E","type":"candidate-pair","local":{"id":"RTCIceCandidate_5hKgF3vJ","ip":"192.168.100.46","port":54123,"type":"local-candidate","address":"192.168.100.46","isRemote":false,"priority":2122194687,"protocol":"udp","timestamp":1650387690665.19,"networkType":"wifi","transportId":"RTCTransport_0_1","candidateType":"host"},"state":"succeeded","remote":{"id":"RTCIceCandidate_wVatwf6E","ip":"192.168.100.46","port":49341,"type":"remote-candidate","address":"192.168.100.46","isRemote":true,"priority":2122194687,"protocol":"udp","timestamp":1650387690665.19,"transportId":"RTCTransport_0_1","candidateType":"host"},"priority":9114756780654345000,"writable":true,"bytesSent":10545057,"nominated":true,"timestamp":1650387690665.19,"packetsSent":13540,"transportId":"RTCTransport_0_1","requestsSent":1,"bytesReceived":11802236,"responsesSent":25,"packetsReceived":14643,"localCandidateId":"RTCIceCandidate_5hKgF3vJ","requestsReceived":25,"remoteCandidateId":"RTCIceCandidate_wVatwf6E","responsesReceived":25,"dataChannelsClosed":0,"dataChannelsOpened":1,"totalRoundTripTime":0.124,"consentRequestsSent":24,"bytesDiscardedOnSend":0,"currentRoundTripTime":0.002,"packetsDiscardedOnSend":0,"availableOutgoingBitrate":3507733},"audio":{"inbound":[{"id":"RTCInboundRTPAudioStream_2453527008","kind":"audio","ssrc":2453527008,"type":"inbound-rtp","track":{"id":"RTCMediaStreamTrack_receiver_3","kind":"audio","type":"track","ended":false,"detached":false,"timestamp":1650387690665.19,"audioLevel":0.00003051850947599719,"remoteSource":true,"trackIdentifier":"42dc50b3-bb2d-431f-bdec-3da59d3abf73","concealedSamples":3520,"totalAudioEnergy":5.064841289422124e-8,"concealmentEvents":3,"jitterBufferDelay":134112,"totalSamplesDuration":54.69999999999769,"totalSamplesReceived":2625280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":2623680,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1680},"jitter":0.001,"bitrate":14001.187503061174,"codecId":"RTCCodec_0_Inbound_111","trackId":"RTCMediaStreamTrack_receiver_3","mimeType":"audio/opus","remoteId":"RTCRemoteOutboundRTPAudioStream_2453527008","clockRate":48000,"mediaType":"audio","timestamp":1650387690665.19,"audioLevel":0.00003051850947599719,"packetRate":400.03392865889066,"packetsLost":0,"payloadType":111,"transportId":"RTCTransport_0_1","bytesReceived":95756,"packetsReceived":2736,"concealedSamples":3520,"packetsDiscarded":0,"totalAudioEnergy":5.064841289422124e-8,"concealmentEvents":3,"jitterBufferDelay":134112,"fecPacketsReceived":0,"fecPacketsDiscarded":0,"headerBytesReceived":76608,"totalSamplesDuration":54.69999999999769,"totalSamplesReceived":2625280,"silentConcealedSamples":1680,"jitterBufferEmittedCount":2623680,"estimatedPlayoutTimestamp":3859376490579,"lastPacketReceivedTimestamp":1650387690663,"removedSamplesForAcceleration":3120,"insertedSamplesForDeceleration":1680}],"outbound":[{"id":"RTCOutboundRTPAudioStream_4195962879","kind":"audio","ssrc":4195962879,"type":"outbound-rtp","track":{"id":"RTCAudioSource_3","kind":"audio","type":"media-source","timestamp":1650387690665.19,"audioLevel":0,"echoReturnLoss":-30,"trackIdentifier":"518d51e2-ab21-4035-b20b-a62331fb3ea6","totalAudioEnergy":0,"totalSamplesDuration":54.98999999999763,"echoReturnLossEnhancement":0.17551203072071075},"bitrate":14001.187503061174,"codecId":"RTCCodec_0_Outbound_111","trackId":"RTCMediaStreamTrack_sender_3","mimeType":"audio/opus","remoteId":"RTCRemoteInboundRtpAudioStream_4195962879","bytesSent":95756,"clockRate":48000,"mediaType":"audio","nackCount":0,"timestamp":1650387690665.19,"packetRate":400.03392865889066,"packetsSent":2736,"payloadType":111,"transportId":"RTCTransport_0_1","mediaSourceId":"RTCAudioSource_3","targetBitrate":32000,"headerBytesSent":76608,"retransmittedBytesSent":0,"retransmittedPacketsSent":0}]},"video":{"inbound":[{"id":"RTCInboundRTPVideoStream_2304149741","kind":"video","ssrc":2304149741,"type":"inbound-rtp","qpSum":7034,"track":{"id":"RTCMediaStreamTrack_receiver_4","kind":"video","type":"track","ended":false,"detached":false,"timestamp":1650387690665.19,"frameWidth":640,"frameHeight":480,"remoteSource":true,"framesDecoded":819,"framesDropped":0,"framesReceived":820,"trackIdentifier":"3723b3e6-80ed-4305-9a54-d1ab33413e8a","jitterBufferDelay":57.557,"jitterBufferEmittedCount":818},"jitter":0.032,"bitrate":1721696.4247407115,"codecId":"RTCCodec_1_Inbound_96","trackId":"RTCMediaStreamTrack_receiver_4","firCount":0,"mimeType":"video/VP8","pliCount":1,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387690665.19,"frameWidth":640,"packetRate":1612.9368003526472,"frameHeight":480,"packetsLost":0,"payloadType":96,"transportId":"RTCTransport_0_1","bytesReceived":11158503,"framesDecoded":819,"framesDropped":0,"framesReceived":820,"framesPerSecond":15,"packetsReceived":10473,"totalDecodeTime":5.994,"keyFramesDecoded":2,"jitterBufferDelay":57.557,"headerBytesReceived":255616,"totalInterFrameDelay":54.52400000000016,"decoderImplementation":"libvpx","jitterBufferEmittedCount":818,"estimatedPlayoutTimestamp":3859376490538,"lastPacketReceivedTimestamp":1650387690663,"totalSquaredInterFrameDelay":3.646692000000002}],"outbound":[{"id":"RTCOutboundRTPVideoStream_3438370837","kind":"video","ssrc":3438370837,"type":"outbound-rtp","qpSum":6011,"track":{"id":"RTCVideoSource_4","kind":"video","type":"media-source","width":640,"frames":821,"height":480,"timestamp":1650387690665.19,"framesPerSecond":15,"trackIdentifier":"b649bdb4-987c-4d73-890a-4ac7f9768324"},"bitrate":1716019.1432251846,"codecId":"RTCCodec_1_Outbound_96","trackId":"RTCMediaStreamTrack_sender_4","firCount":0,"mimeType":"video/VP8","pliCount":0,"remoteId":"RTCRemoteInboundRtpVideoStream_3438370837","bytesSent":9942821,"clockRate":90000,"mediaType":"video","nackCount":0,"timestamp":1650387690665.19,"frameWidth":640,"framesSent":819,"packetRate":1609.736528923376,"frameHeight":480,"packetsSent":9399,"payloadType":96,"transportId":"RTCTransport_0_1","framesEncoded":819,"mediaSourceId":"RTCVideoSource_4","hugeFramesSent":0,"framesPerSecond":15,"headerBytesSent":232620,"totalEncodeTime":14.906,"keyFramesEncoded":3,"totalPacketSendDelay":364.651,"encoderImplementation":"libvpx","retransmittedBytesSent":0,"qualityLimitationReason":"none","totalEncodedBytesTarget":0,"retransmittedPacketsSent":0,"qualityLimitationDurations":{"cpu":0,"none":36.737,"other":0,"bandwidth":18.006},"qualityLimitationResolutionChanges":0}]}},"created_at":"2022-04-19 17:01:30.812109"}]}} \ No newline at end of file diff --git a/static/js/demo/conference/issues.json b/static/js/demo/conference/issues.json deleted file mode 100644 index 52012a1..0000000 --- a/static/js/demo/conference/issues.json +++ /dev/null @@ -1,16 +0,0 @@ -[ - { - "id": "f5bb278f-31e9-4a91-b13c-526c30d82e08", - "session": "4563bf1d-275a-4a19-928d-1e387db295d0", - "conference": "demo-conference", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "connection": null, - "track": null, - "type": "warning", - "code": "multiple_rejoins", - "data": null, - "created_at": "2022-04-19 17:00:33.093175", - "title": "Multiple rejoins", - "explanation": "An user refreshed during a call." - } -] \ No newline at end of file diff --git a/static/js/demo/conference/participants.json b/static/js/demo/conference/participants.json deleted file mode 100644 index 49f315a..0000000 --- a/static/js/demo/conference/participants.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "id": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "participant_id": "1605445711866", - "participant_name": "Mary", - "is_sfu": false, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "created_at": "2022-02-26 11:28:31.891160" - }, - { - "id": "6cf7066e-e781-40d2-83ae-0590063921c7", - "participant_id": "1650387574041", - "participant_name": "Adrian", - "is_sfu": false, - "app": "02a8e255-6760-4e1a-8a82-6ec030d5b2a8", - "created_at": "2022-04-19 16:59:34.074189" - } -] \ No newline at end of file diff --git a/static/js/demo/conference/sessions.json b/static/js/demo/conference/sessions.json deleted file mode 100644 index c9043c9..0000000 --- a/static/js/demo/conference/sessions.json +++ /dev/null @@ -1,340 +0,0 @@ -[ - { - "issues": [], - "id": "06d0c0b2-3547-4aa2-bb05-c2ab7f9b34be", - "conference": "0e49b9a6-d4a0-482d-9fff-73b28fd1337d", - "participant": "05305cf9-f017-472d-b5d8-82d21ad675ca", - "constraints": { - "iso": true, - "pan": true, - "tilt": true, - "zoom": true, - "torch": true, - "width": true, - "height": true, - "groupId": true, - "latency": true, - "contrast": true, - "deviceId": true, - "focusMode": true, - "frameRate": true, - "sharpness": true, - "brightness": true, - "facingMode": true, - "resizeMode": true, - "sampleRate": true, - "sampleSize": true, - "saturation": true, - "aspectRatio": true, - "channelCount": true, - "exposureMode": true, - "exposureTime": true, - "focusDistance": true, - "autoGainControl": true, - "colorTemperature": true, - "echoCancellation": true, - "noiseSuppression": true, - "pointsOfInterest": true, - "whiteBalanceMode": true, - "exposureCompensation": true - }, - "devices": [ - { - "kind": "audioinput", - "label": "Default", - "groupId": "2a85656ec19b5bb16cb49231ebfc4f02a7a10a2aa23d063d2f5abb6d2dbe0089", - "deviceId": "default" - }, - { - "kind": "audioinput", - "label": "Built-in Audio Analog Stereo", - "groupId": "12f5d44f66e09b39fafb5ee6f645e005403648f4946afedfc1e2fc423e2c67f9", - "deviceId": "35d7380eee9ca65f3a26b7cce0a5af04e151359515caf7d67fc5cb94d3902021" - }, - { - "kind": "videoinput", - "label": "Integrated Webcam (0bda:565c)", - "groupId": "63883cc4fe3342c6987ce48cacd395899fb393bb4e1b217453481198591f7323", - "deviceId": "d32aae61ed7e25d226836ddadbe58824a7f5184a90f7928335a7f9f72417afde" - }, - { - "kind": "audiooutput", - "label": "Default", - "groupId": "default", - "deviceId": "default" - }, - { - "kind": "audiooutput", - "label": "Built-in Audio Analog Stereo", - "groupId": "12f5d44f66e09b39fafb5ee6f645e005403648f4946afedfc1e2fc423e2c67f9", - "deviceId": "0959f2337287053a29273e783003d45464d8560f35bf61848746534639c43f70" - } - ], - "platform": { - "os": { - "name": "Linux", - "version": "x86_64" - }, - "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36", - "cpu": { - "architecture": "amd64" - }, - "device": {}, - "engine": { - "name": "Blink", - "version": "99.0.4844.84" - }, - "browser": { - "name": "Chrome", - "major": "99", - "version": "99.0.4844.84" - } - }, - "metadata": null, - "geo_ip": { - "country_code": "US", - "city": "Manhattan", - "latitude": "40.7589111328125", - "longitude": "-73.97901916503906" - }, - "app_version": "0.0.1", - "webrtc_sdk": "", - "session_info": {}, - "duration": 139, - "end_time": "2022-04-19 17:01:36.941077", - "created_at": "2022-04-19 16:59:17.544053" - }, - { - "issues": [ - "2a3bf763-74a1-45ef-b505-422354d0fc9e", - "9d687c21-eb62-4567-8550-f92094d4c692", - "55191cc1-90e2-4ae6-9fd6-4853059e72ea", - "9c018a3d-a7f8-4a41-b32f-49ddeed35253", - "4e71ecfe-63d4-459f-90e9-24be4bd41a24", - "3c9ed804-021a-4129-9e43-9a0c702683bb", - "d18e5219-c91b-4a17-a9e0-8bbaa0b8eea8", - "6a481c7e-3a29-47bc-8864-c9abcae718cf" - ], - "id": "b70248ae-7b49-451c-b700-aa2bdf6c02f1", - "conference": "0e49b9a6-d4a0-482d-9fff-73b28fd1337d", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "constraints": { - "iso": true, - "pan": true, - "tilt": true, - "zoom": true, - "torch": true, - "width": true, - "height": true, - "groupId": true, - "latency": true, - "contrast": true, - "deviceId": true, - "focusMode": true, - "frameRate": true, - "sharpness": true, - "brightness": true, - "facingMode": true, - "resizeMode": true, - "sampleRate": true, - "sampleSize": true, - "saturation": true, - "aspectRatio": true, - "channelCount": true, - "exposureMode": true, - "exposureTime": true, - "focusDistance": true, - "autoGainControl": true, - "colorTemperature": true, - "echoCancellation": true, - "noiseSuppression": true, - "pointsOfInterest": true, - "whiteBalanceMode": true, - "exposureCompensation": true - }, - "devices": [ - { - "kind": "audioinput", - "label": "Default", - "groupId": "6347f11ba8de4c760882b28cb8a92ecab4a33a8119ea91f989bd3606f8df63c4", - "deviceId": "default" - }, - { - "kind": "audioinput", - "label": "Built-in Audio Analog Stereo", - "groupId": "91d579fe04727c5cc2e39f6df9f16ddaf8932da85ac8841c38850452b30f1f58", - "deviceId": "df55c84837e267761115b6dddafc0812f7ba4bf21a0705e4fee1b9a6b956628a" - }, - { - "kind": "videoinput", - "label": "Integrated Webcam (0bda:565c)", - "groupId": "ef24d6d0e7dfe02cff119d499681dac5835d210e4a0f2d1f7c74f4ccb809b1f0", - "deviceId": "332b4e09e020ce8f5afcd7516d08c1a51f290695f9e49fb5f33989f9074d74c4" - }, - { - "kind": "audiooutput", - "label": "Default", - "groupId": "default", - "deviceId": "default" - }, - { - "kind": "audiooutput", - "label": "Built-in Audio Analog Stereo", - "groupId": "91d579fe04727c5cc2e39f6df9f16ddaf8932da85ac8841c38850452b30f1f58", - "deviceId": "6b28df43d4772331312c5ffce541012faf87c151565ced2fb682f3277edfe03f" - } - ], - "platform": { - "os": { - "name": "Linux", - "version": "x86_64" - }, - "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36", - "cpu": { - "architecture": "amd64" - }, - "device": {}, - "engine": { - "name": "Blink", - "version": "99.0.4844.84" - }, - "browser": { - "name": "Chrome", - "major": "99", - "version": "99.0.4844.84" - } - }, - "metadata": null, - "geo_ip": { - "country_code": "GB", - "city": "City of Westminster", - "latitude": "51.50416946411133", - "longitude": "-0.17000000178813934" - }, - "app_version": "0.0.1", - "webrtc_sdk": null, - "session_info": {}, - "duration": 57, - "end_time": "2022-04-19 17:00:31.970033", - "created_at": "2022-04-19 16:59:34.169688" - }, - { - "issues": [ - "f5bb278f-31e9-4a91-b13c-526c30d82e08", - "e433963c-5815-4e0b-81fa-1a9e15424d77", - "6edf02a5-1885-481d-bee5-075f7fac11c4", - "34579437-5c05-4e23-9bad-37d5470241f7", - "d78bae35-435c-4dfd-b363-0f95487fc991", - "1a04a2f1-37a5-4891-a87c-ab5e7896f02a", - "8be7af62-7f6d-4f37-9095-0174f07436f1", - "df30780d-b683-4461-91ab-59f96880dd1e", - "4d970d7b-bbc3-4d51-92b8-98b7cb245c04", - "d0e992ed-af6f-442f-9d4f-76fac52ab5ab", - "72532f65-2064-43d6-a1f4-b3de7634d6e0", - "b362cb26-2483-41b3-9d8b-8755cdc80ffe", - "bf36a469-aa0c-4d64-b19a-ea6fc23e362a" - ], - "id": "4563bf1d-275a-4a19-928d-1e387db295d0", - "conference": "0e49b9a6-d4a0-482d-9fff-73b28fd1337d", - "participant": "6cf7066e-e781-40d2-83ae-0590063921c7", - "constraints": { - "iso": true, - "pan": true, - "tilt": true, - "zoom": true, - "torch": true, - "width": true, - "height": true, - "groupId": true, - "latency": true, - "contrast": true, - "deviceId": true, - "focusMode": true, - "frameRate": true, - "sharpness": true, - "brightness": true, - "facingMode": true, - "resizeMode": true, - "sampleRate": true, - "sampleSize": true, - "saturation": true, - "aspectRatio": true, - "channelCount": true, - "exposureMode": true, - "exposureTime": true, - "focusDistance": true, - "autoGainControl": true, - "colorTemperature": true, - "echoCancellation": true, - "noiseSuppression": true, - "pointsOfInterest": true, - "whiteBalanceMode": true, - "exposureCompensation": true - }, - "devices": [ - { - "kind": "audioinput", - "label": "Default", - "groupId": "b9096cd4dd831971499bc9c2fabd3b07298dc0fb8772a60ae8b87fd7fb80f9e0", - "deviceId": "default" - }, - { - "kind": "audioinput", - "label": "Built-in Audio Analog Stereo", - "groupId": "7f3596d9a72f5c8fa7f1233bc5105d44b1bae7cb8c0837410d6952c9a065930e", - "deviceId": "df55c84837e267761115b6dddafc0812f7ba4bf21a0705e4fee1b9a6b956628a" - }, - { - "kind": "videoinput", - "label": "Integrated Webcam (0bda:565c)", - "groupId": "92c02d0316e188ba675f698854fb460267d98a11fa27abe70251ae1517a02cf5", - "deviceId": "332b4e09e020ce8f5afcd7516d08c1a51f290695f9e49fb5f33989f9074d74c4" - }, - { - "kind": "audiooutput", - "label": "Default", - "groupId": "default", - "deviceId": "default" - }, - { - "kind": "audiooutput", - "label": "Built-in Audio Analog Stereo", - "groupId": "7f3596d9a72f5c8fa7f1233bc5105d44b1bae7cb8c0837410d6952c9a065930e", - "deviceId": "6b28df43d4772331312c5ffce541012faf87c151565ced2fb682f3277edfe03f" - } - ], - "platform": { - "os": { - "name": "Linux", - "version": "x86_64" - }, - "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36", - "cpu": { - "architecture": "amd64" - }, - "device": {}, - "engine": { - "name": "Blink", - "version": "99.0.4844.84" - }, - "browser": { - "name": "Chrome", - "major": "99", - "version": "99.0.4844.84" - } - }, - "metadata": null, - "geo_ip": { - "country_code": "GB", - "city": "City of Westminster", - "latitude": "51.50416946411133", - "longitude": "-0.17000000178813934" - }, - "app_version": "0.0.1", - "webrtc_sdk": "", - "session_info": {}, - "duration": 60, - "end_time": "2022-04-19 17:01:33.225569", - "created_at": "2022-04-19 17:00:33.070162" - } -] \ No newline at end of file diff --git a/static/js/demo/demo-conference.js b/static/js/demo/demo-conference.js deleted file mode 100644 index eeab0a1..0000000 --- a/static/js/demo/demo-conference.js +++ /dev/null @@ -1,37 +0,0 @@ -(function () { - - const urlMap = { - '/conferences/demo-conference': '/static/js/demo/conference/conference.json', - '/conferences/demo-conference/events': '/static/js/demo/conference/events.json', - '/conferences/demo-conference/graphs': '/static/js/demo/conference/graphs.json', - '/issues': '/static/js/demo/conference/issues.json', - '/connections': '/static/js/demo/conference/connections.json', - '/participants': '/static/js/demo/conference/participants.json', - '/sessions': '/static/js/demo/conference/sessions.json', - } - - peermetrics.createPath = function (pathName, arg) { - return '/demo/conference/demo-conference' - } - - peermetrics.get = function (url) { - return new Promise((resolve) => { - setTimeout(() => { - let newUrl = urlMap[url] - fetch(newUrl).then((result) => result.json()).then(resolve) - }, 1000) - }) - } - - peermetrics.post = function (url, data) { - return new Promise((resolve) => { - setTimeout(resolve, 2000) - }) - } - - peermetrics.put = function (url, data) { - return new Promise((resolve) => { - setTimeout(resolve, 2000) - }) - } -}())