
IM即时通讯
安全可靠、全球互通

实时音视频
流畅稳定、省钱省力
回答:
一、针对集成 IMKit 的用户:
if ( [RCKitUtility isCameraHolding] ) { //摄像头被占用 }if ( [RCKitUtility isAudioHolding] ) { //音频通道被占用 }
二、针对未集成 IMKit 的用户:
if ( [[RCCoreClient sharedCoreClient] isCameraHolding] ) { //摄像头被占用 }if ( [[RCCoreClient sharedCoreClient] isAudioHolding] ) { //音频通道被占用 }