show speaker configuration during ACCEPTING
This commit is contained in:
parent
18dea352b0
commit
d2d76322b9
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue