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

Add the call object to Call events #3229

Merged
merged 7 commits into from
Mar 29, 2023
Merged

Add the call object to Call events #3229

merged 7 commits into from
Mar 29, 2023

Commits on Mar 24, 2023

  1. Add the call object to Call events

    As explained in the comment. I've added it to the end so this should
    be completely backwards compatible (although it would be much nicer
    if it were the first arg, probably).
    dbkr committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d7b75e4 View commit details
    Browse the repository at this point in the history
  2. Rename group call error event

    So it doesn't clash with the call error event
    dbkr committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0349411 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Basic test for call replace

    dbkr committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    037cbdd View commit details
    Browse the repository at this point in the history
  2. Test failed call upgrade

    dbkr committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    5b5a3d8 View commit details
    Browse the repository at this point in the history
  3. Mock out media getter after setting up the vocie call

    Otherwise we won't get far enough to test the right part
    dbkr committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f9a222e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    8b50986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ab3566 View commit details
    Browse the repository at this point in the history