show speaker configuration during ACCEPTING

This commit is contained in:
Daniel Gultsch 2024-01-21 18:09:28 +01:00
parent 18dea352b0
commit d2d76322b9
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -122,6 +122,7 @@ public class RtpSessionActivity extends XmppActivity
new ImmutableList.Builder<RtpEndUserState>()
.add(RtpEndUserState.FINDING_DEVICE)
.add(RtpEndUserState.RINGING)
.add(RtpEndUserState.ACCEPTING_CALL)
.add(RtpEndUserState.CONNECTING)
.addAll(STATES_CONSIDERED_CONNECTED)
.build();