Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messaging session bug fix #2431

Closed
wants to merge 10 commits into from
Closed

Messaging session bug fix #2431

wants to merge 10 commits into from

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    ad05d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f86f7e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Add encoder/decoder is hardware metric and stream metric dimension (#…

    …2429)
    
    This change is to follow the protobuf changes in backend including
    1. Add metric type of whether encoder/decoder implementation name is in hardware.
    2. Add a dimension field for stream metric frame.
    3. Rename VIDEO_AVERAGE_ENCODE_MS to VIDEO_ENCODE_MS to make it consistent with VIDEO_DECODE_MS.
    shi-su authored and manasisurve committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    19e0a1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45cc844 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    ae297c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Report encode/decode time and implementation metric (#2434)

    Report encode/decode time and if encoder/decoder is in hardware, and add encoder/decoder name as a metric dimension
    
    Co-authored-by: Shi Su <[email protected]>
    2 people authored and manasisurve committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    33b8fa3 View commit details
    Browse the repository at this point in the history
  2. Add live connector feature button to demo app (#2440)

    Co-authored-by: Venkatesh Devale <[email protected]>
    2 people authored and manasisurve committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ddcd9ae View commit details
    Browse the repository at this point in the history
  3. Rename a function with a confusing name (#2443)

    Fix a confusing function name from millisecondsPerSecond to averageTimeSpentPerSecondInMillisecond.
    shi-su authored and manasisurve committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d380975 View commit details
    Browse the repository at this point in the history
  4. Fix messagingSession infinite reconnect loop on error and also add ba…

    …ckwards compatibility with AWS JS SDK V2 for getMessagingSessionEndpoint
    manasisurve committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d7fb117 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccebc74 View commit details
    Browse the repository at this point in the history