Open
Description
openedon Jan 18, 2024
Since there is no property changed callback for the CallScenario property, In the case described below, we are unable to detect changes to the CallScenario
property and update it.
Repro Steps
-
Call from A to B -> CallScenario = P2P
-
Remote user B adds third participant 'C' to the call
-
C rejects the incoming call
CallScenario
does not get updated on User A (it is still set to 'P2P' on User A), even though it is different for User B (it is set to 'MultiParty' because we update it as part of handling the remoteParticipants changed event). Having a callback to subscribe to would help keep track of the value for all participants."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment