how to close thirdAPP use mic

when i use appCall ,I want to stop other apps from using mic

AVAudioSessionCategoryOptions options = AVAudioSessionCategoryOptionAllowBluetooth|AVAudioSessionCategoryOptionDefaultToSpeaker;
[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayAndRecord withOptions:options error:nil];

When I started talking,it can't interrupt wechat

how to close thirdAPP use mic
 
 
Q