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