传出连接断开连接时出现Twilio泛型错误

时间:2014-09-18 09:36:12

标签: android twilio

//Hang up the call
if( phoneVariable.connection != null ) {
phoneVariable.connection.disconnect();
phoneVariable.connection = null;
}

一般性错误显示,我尝试了一切但不适合我。

0 个答案:

没有答案