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

Support party_id #1512

Merged
merged 4 commits into from
Oct 19, 2020
Merged

Support party_id #1512

merged 4 commits into from
Oct 19, 2020

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Oct 16, 2020

Send party_id on events and check the party_id of incoming events matches

Includes a basic test to assert that it actually does: we should
build out a decent test suite for calls as there's a lot of edge-case
functionality that can break and slip through the cracks (eg. glare).
This is a start (although it would be nice if we could write the tests
in TypeScript).

Fixes #1511
Based on: #1510 (pull/1510/head...pull/1512/head)

Start the migration to v1 VoIP by supporting m.call.reject, which
we'll send if the caller says they're v1. Our version stays as v0
for now, until we speak the rest of v1.

Honour the default reaosn in a hangup being user_hangup.
Send party_id on events and check the party_id of incoming events matches

Includes a basic test to assert that it actually does: we should
build out a decent test suite for calls as there's a lot of edge-case
functionality that can break and slip through the cracks (eg. glare).
This is a start.

Fixes #1511
Copy link
Member

@turt2live turt2live left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this was meant to go up for review?

@dbkr dbkr merged commit 48d56dc into develop Oct 19, 2020
@t3chguy t3chguy deleted the dbkr/party_in_the_usa branch May 10, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support party_id in VoIP events
2 participants