注册

环信音视频通讯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
 
目前的情况是登录成功,接收通话也能成功,就是发起通话失败,有人遇到类似的问题吗?求解救
已邀请:
我也遇到了这个问题,楼主解决了请告诉下
ChatDemo-UI2.0[678:3607] RECV: <iq from='easemob.com' to='cansee#smartframe_a1@easemob.com/mobile' id='1a4c87ce' type='error'><query xmlns='urn:xmpp:media-conference'><ConferencePacketExtension xmlns='urn:xmpp:media-conference'><action>remove-p2p</action><conferenceId/></ConferencePacketExtension></query><error code='501' type='cancel'><feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>
官方demo底层日志打印,有工程师出来解答吗

要回复问题请先登录注册