React Native Twilio Android错误

时间:2017-01-05 00:02:14

标签: android react-native twilio twilio-api

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

该应用使用this反应原生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' })

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

0 个答案:

没有答案