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