React Native Twilio Android错误

Nad*_*bit 9 android twilio react-native twilio-api

我一直试图调试一段时间,但无法想出任何东西.

该应用程序使用反应原生twilio库.

一切都在iOS上运行良好,但在Android中,创建一个调用之后,我得到一个看起来像无限循环的东西,说明以下错误:

01-04 17:54:34.430 8477-8617/com.channelmobile D/PJSIP: 17:54:34.430 resolver.c !Received 109 bytes DNS response from 10.0.2.3:53 01-04 17:54:34.465 8477-9329/com.channelmobile D/PJSIP: 17:54:34.465 speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns) 01-04 17:54:34.491 8477-8617/com.channelmobile D/PJSIP: 17:54:34.431 resolver.c Nameserver 10.0.2.3:53 state changed Active --> Active 01-04 17:54:34.518 8477-9329/com.channelmobile D/PJSIP: 17:54:34.518 speex !warning: Had to discard a playback frame (your application is buggy and/or got xruns) 01-04 17:54:34.523 8477-9329/com.channelmobile D/PJSIP: 17:54:34.523 speex warning: Had to discard a playback frame (your application is buggy and/or got xruns) 01-04 17:54:34.549 8477-8617/com.channelmobile D/PJSIP: 17:54:34.491 resolver.c !DNS response from 10.0.2.3:53 id=3 discarded 01-04 17:54:34.558 8477-9329/com.channelmobile D/PJSIP: 17:54:34.558 speex warning: Had to discard a playback frame (your application is buggy and/or got xruns) 01-04 17:54:34.558 8477-9329/com.channelmobile D/PJSIP: 17:54:34.558 speex warning: Had to discard a playback frame (your application is buggy and/or got xruns) 01-04 17:54:34.562 8477-9329/com.channelmobile D/PJSIP: 17:54:34.562 speex warning: Had to discard a playback frame (your application is buggy and/or got xruns) 01-04 17:54:34.609 8477-9329/com.channelmobile D/PJSIP: 17:54:34.609 speex warning: Had to discard a playback frame (your application is buggy and/or got xruns) 01-04 17:54:34.613 8477-9329/com.channelmobile D/PJSIP: 17:54:34.613 speex warning: Had to discard a playback frame (your application is buggy and/or got xruns) 01-04 17:54:34.664 8477-9329/com.channelmobile D/PJSIP: 17:54:34.664 speex warning: Had to discard a playback frame (your application is buggy and/or got xruns) 01-04 17:54:34.669 8477-9329/com.channelmobile D/PJSIP: 17:54:34.669 speex warning: Had to discard a playback frame (your application is buggy and/or got xruns) 01-04 17:54:34.681 8477-9330/com.channelmobile D/PJSIP: 17:54:34.681 speex !warning: No playback frame available (your application is buggy and/or got xruns) 01-04 17:54:34.681 8477-9330/com.channelmobile D/PJSIP: 17:54:34.681 speex warning: No playback frame available (your application is buggy and/or got xruns) 01-04 17:54:34.682 8477-9330/com.channelmobile D/PJSIP: 17:54:34.682 speex warning: No playback frame available (your application is buggy and/or got xruns) 01-04 17:54:34.682 8477-9330/com.channelmobile D/PJSIP: 17:54:34.682 speex warning: No playback frame available (your application is buggy and/or got xruns)

启动呼叫时会抛出错误:

Twilio.connect({ To: '+61234567890' })

知道可能导致这种情况的原因吗?