Future<void> resumeCameraAfterHandoff(bool wasEnabled) async { if (wasEnabled) { await participant.setCameraEnabled(true); notifyListeners(); } }