主叫方
发起通话
使用 RongCallLib 库中的 RCCallClient 发起单人或多人音视频通话。多人通话场景中,所有通话者必须在一个群组内。
接口原型
Objective C
- (RCCallSession *)startCall:(RCConversationType)conversationType
targetId:(NSString *)targetId
to:(NSArray *)userIdList
mediaType:(RCCallMediaType)type
sessionDelegate:(id<RCCallSessionDelegate>)delegate
extra:(NSString *)extra;