我在我的项目中遇到问题,当我在我的应用程序中加载 oovooLibrary 时,它在 5 秒内没有响应,然后在没有任何错误的情况下崩溃。请帮助我。
我的代码是
ooVooClient.setContext(app);
ooVooClient.setLogger(this, LoggerListener.LogLevel.Debug);
try {
// I am getting no responce for this line
mConferenceCore = ooVooClient.sharedInstance();
} catch (InstantiationException e) {
e.printStackTrace();
} catch (IllegalAccessException e) {
e.printStackTrace();
}