@Override
 protected void onDestroy() {
   super.onDestroy();
   MeetingHelper.removeInterPhoneCallback(this);
   MeetingMsgReceiver.removeVoiceMeetingListener(this);
 }