Future<String> checkVoiceActivationPermission() async { // Voice activation is handled through microphone permission in web return checkMicrophonePermissionWeb(); }