Expected behavior
The foreground service on Android should work without prompting the user for notifications permission. The Android docs state "Apps don't need to request the POST_NOTIFICATIONS permission in order to launch a foreground service"
Describe the bug (unexpected behavior)
When starting a call on Android the user is prompted to enable notifications permission. Notifications permission should not be required to start a foreground service.
Steps to reproduce
Join a call using pipecat react native. However, I have only reproduced this using react native Daily transport.
Screenshots
System information
- Device: Google Pixel 7
- OS, version: Android 16, sdk 36
- Browser, version:
Additional context