forked from mirror/monocles_chat
ring during device discovery
This commit is contained in:
parent
05bd61c095
commit
5c2f8defa5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class ToneManager {
|
|||
|
||||
private static ToneState of(final boolean isInitiator, final RtpEndUserState state, final Set<Media> media) {
|
||||
if (isInitiator) {
|
||||
if (asList(RtpEndUserState.RINGING, RtpEndUserState.CONNECTING).contains(state)) {
|
||||
if (asList(RtpEndUserState.FINDING_DEVICE, RtpEndUserState.RINGING, RtpEndUserState.CONNECTING).contains(state)) {
|
||||
return ToneState.RINGING;
|
||||
}
|
||||
if (state == RtpEndUserState.DECLINED_OR_BUSY) {
|
||||
|
|
Loading…
Add table
Reference in a new issue