iOS/Xamarin/LCOnDemo/LCOnDemo/LCSDK/LCOnIntercomViewController.m
@@ -1078,11 +1078,11 @@ - (void)stopPlaySystemSound{ // return; NSLog(@"stop PlaySystemSound"); stopRingAndVibration(); LCStopRingAndVibration(); } //停止响铃和震动,移除回调并处理掉铃声和震动 void stopRingAndVibration() { void LCStopRingAndVibration() { AudioServicesRemoveSystemSoundCompletion(kSystemSoundID_Vibrate); // AudioServicesRemoveSystemSoundCompletion(sound); AudioServicesDisposeSystemSoundID(kSystemSoundID_Vibrate);