aws / amazon-chime-sdk-js

A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.
Apache License 2.0
713 stars 476 forks source link

Add SdpExchangeDurationMs to Ingestion event attributes #2700

Closed georgezy-amzn closed 1 year ago

georgezy-amzn commented 1 year ago

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:

Checklist:

  1. Have you successfully run npm run build:release locally? Y

  2. 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.

  3. 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.