AnyChat技术支持论坛
标题:
调用VideoCallControl,返回208的问题
[打印本页]
作者:
泪奔
时间:
2014-11-5 15:16
标题:
调用VideoCallControl,返回208的问题
在调用VideoCallControl进行视频呼叫请求时,返回208,并不是成功时返回的0,求解答
作者:
admin
时间:
2014-11-5 16:00
您好,errorcode=208表示没有登录,请把相关的代码帖上来我们帮您分析一下,谢谢。
作者:
forest
时间:
2015-2-10 15:24
admin 发表于 2014-11-5 16:00
您好,errorcode=208表示没有登录,请把相关的代码帖上来我们帮您分析一下,谢谢。
[AnyChatPlatform InitSDK:0];
[UserChatTableMng deleteChatMessagess];
[AnyChatPlatform Connect:[AppDelegate GetServerIP] : [AppDelegate GetServerPort]];
int errocode = [AnyChatPlatform Login:userName: password];//用户名和 密码登入
if (errocode == 0) {
int callcode = [ AnyChatPlatform VideoCallControl: BRAC_VIDEOCALL_EVENT_REQUEST : [userId intValue]: 0: 0 : 0 :@""];
if (callcode != 0) {
NSLog(@"呼叫失败");
}
作者:
admin
时间:
2015-2-10 15:31
您好,AnyChat的API调用是异步的,API的返回值并不表示执行的结果,需要响应异步的事件。
具体可参考AnyChat for iOS SDK\src\AnyChatCallCenter中的源代码,谢谢。
有关异步事件可参考:
AnyChat开发流程指南
,里面的第二部分有详细的说明。
欢迎光临 AnyChat技术支持论坛 (http://bbs.anychat.cn/)
Powered by Discuz! X3