enableMuteMode method

Future<void> enableMuteMode(
  1. bool enable
)

Enable the mute mode (the callee doesn't ring)

Implementation

Future<void> enableMuteMode(bool enable) async {
  return await CallManager.instance.enableMuteMode(enable);
}