Enable the mute mode (the callee doesn't ring)
Future<void> enableMuteMode(bool enable) async { return await CallManager.instance.enableMuteMode(enable); }