yidaihome

Results 1 issues of yidaihome

- (void)onCallConnected:(JMRTCSession *)callSession { // NSLog(@"onCallConnected: %@", callSession.joinedMembers); if (callSession.joinedMembers.count < 2) { // 挂断 [JMRTCClient.currentCallSession hangup:^(id resultObject, NSError *error) { [self callErrorHandler:@"邀请失败,请重新再试"]; }]; return; } JMSGUser *selfUser = callSession.joinedMembers[0];...