环信音视频通讯SDK集成问题
用户登录成功后,调用
EMError *error = nil;
EMCallSession *callSession = nil;
callSession = [[EaseMob sharedInstance].callManager asyncMakeVoiceCall:@"a1" timeout:500 error:&error];
[[EaseMob sharedInstance].callManager removeDelegate:self];
[[EaseMob sharedInstance].callManager addDelegate:self delegateQueue:nil];
发起语音通话,一直不成功。
代理方法
- (void)callSessionStatusChanged:(EMCallSession *)callSession
changeReason:(EMCallStatusChangedReason)reason
error:(EMError *)error
返回的error为 nil,reason为 eCallReasonFailure
目前的情况是登录成功,接收通话也能成功,就是发起通话失败,有人遇到类似的问题吗?求解救
EMError *error = nil;
EMCallSession *callSession = nil;
callSession = [[EaseMob sharedInstance].callManager asyncMakeVoiceCall:@"a1" timeout:500 error:&error];
[[EaseMob sharedInstance].callManager removeDelegate:self];
[[EaseMob sharedInstance].callManager addDelegate:self delegateQueue:nil];
发起语音通话,一直不成功。
代理方法
- (void)callSessionStatusChanged:(EMCallSession *)callSession
changeReason:(EMCallStatusChangedReason)reason
error:(EMError *)error
返回的error为 nil,reason为 eCallReasonFailure
目前的情况是登录成功,接收通话也能成功,就是发起通话失败,有人遇到类似的问题吗?求解救
没有找到相关结果
已邀请:
2 个回复
零点零的距离 - 90后
ximenwuyou
官方demo底层日志打印,有工程师出来解答吗