Description of changes: Add SDP exchange time to Ingestion events
Testing:
Manually tested with demo app
Can these tested using a demo application? Please provide reproducible step-by-step instructions.
Yes, steps:
Start a meeting
Open debug console in Chrome, make sure Network tab is selected
End the meeting
Find the last log_meeting_event connection in Network tab
Verify it contains sdpExchangeDurationMs in the payload->logs[0]->message
Checklist:
Have you successfully run npm run build:release locally?
Y
Do you add, modify, or delete public API definitions? If yes, has that been reviewed and approved?
Added sdpExchange attribute, not sure if this counts.
Do you change the wire protocol, e.g. the request method? If yes, has that been reviewed and approved?
N
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #: N/A
Description of changes: Add SDP exchange time to Ingestion events
Testing: Manually tested with demo app
Can these tested using a demo application? Please provide reproducible step-by-step instructions. Yes, steps:
log_meeting_event
connection in Network tabChecklist:
Have you successfully run
npm run build:release
locally? YDo you add, modify, or delete public API definitions? If yes, has that been reviewed and approved? Added sdpExchange attribute, not sure if this counts.
Do you change the wire protocol, e.g. the request method? If yes, has that been reviewed and approved? N
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.