Guides
Voice triggers
Wire a voice command on the glasses to an action in your app. Works on Meta Ray-Ban via the phone's speech recognizer over Bluetooth.
Coming soon. Voice trigger guide.
What this page will cover
- Declare a voice trigger phrase
- Receive the trigger event in your app
- Per-vendor caveats (Meta: phone-side STT only; "Hey Meta" wake word not exposed)
- iOS code sample (SwiftUI + UIKit)
- Android code sample (Compose + Activity)