Audio band loop timeout on your own android throat

I am working on a Cordova plugin that uses the native android gulp to make voice calls. This looks like the same issue as W / AudioGroup: device loop timeout

my SipAudioCall.Listener:

@Override
public void onCallEstablished(SipAudioCall call) {
    Log.i(LOG_TAG, "Call has been established");
    call.startAudio();
    call.setSpeakerMode(false);

    if (call.isMuted()) {
       call.toggleMute();
    }

    ServiceStatus status = getServiceStatus(call,
            call.getLocalProfile());
    SipPlugin.this.onSipEvent(status, "onCallEstablished");
}

@Override
public void onCallEnded(SipAudioCall call) {
    call.close();
    Log.i(LOG_TAG, "Call has been terminated");
    ServiceStatus status = getServiceStatus(call,
           call.getLocalProfile());
    SipPlugin.this.onSipEvent(status, "onCallEnded");
}

      

When a call is established (incoming or outgoing calls), the following log is displayed:

10-28 16:12:24.444: W/AudioGroup(28686): device loop timeout

      

And it shows up multiple times. The sound is hashed at both ends of the call.

+3
android cordova sip


source to share


No one has answered this question yet

See similar questions:

fourteen
AudioRecord: start () status -38
3
W / AudioGroup: device loop timeout

or similar:

3606
Close / hide Android soft keyboard
3295
Why is the Android emulator so slow? How can we speed up the development of an Android emulator?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
2609
Is there a unique identifier for an Android device?
2510
How to persist android activity state by persisting instance state?
2097
Is there a way to run Python on Android?
1858
"Debug certificate expired" error in Android Eclipse plugins
1296
Reloading activity on android rotation
687
Android error: Failed to install * .apk on device *: timeout
3
CANCEL request from Android SIP demo ignored by Asterisk 1.8



All Articles
Loading...
X
Show
Funny
Dev
Pics