Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Conversation

@dbkr
Copy link
Member

@dbkr dbkr commented Oct 9, 2020

  • Remove the two separate enumerations of call state: now everything
    uses the js-sdk version of call state. Stop adding a separate
    'call_state' field onto the call object(!)
  • Better reflection of the actual state of the call in the call bar,
    so when it's connecting, it says connecting, and only says 'active call'
    when the call is actually active.
  • More typey goodness

Requires matrix-org/matrix-js-sdk#1503

 * Remove the two separate enumerations of call state: now everything uses the js-sdk version of call state. Stop adding a separate 'call_state' field onto the call object(!) * Better reflection of the actual state of the call in the call bar, so when it's connecting, it says connecting, and only says 'active call' when the call is actually active. * More typey goodness
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.

generally lgtm, though most of my review can be summarized as: enum

@dbkr dbkr requested a review from turt2live October 12, 2020 10:50
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.

lgtm - would be good to get a comment on the block just because it's a relatively unexpected thing in our codebase

@dbkr dbkr merged commit 40ba342 into develop Oct 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants