eugene-zello

Results 7 issues of eugene-zello

• Add background audio playback to the entitlements • Add code triggering silent audio playback in a loop (using AVPlayer or similar) while in the background

enhancement

Steps to reproduce: 1. Connect two accounts to the same channel as drivers 2. Attempt to send an image

- [x] Update target Android 13 - [x] Update dependencies - [x] Update tools This needs to be done to the SDK project itself, as well as all sample apps.

This happens when a client app attempts to use the headset component and is specific to Android 12.

enhancement

The SDK uses `Context.startService` to tart the Zello app service which doesn't always work when the app is not running in the foreground. `Context.startForegroundService` is more suitable with Zello app...

Easy to reproduce with our sample apps. Simply launch Sample1.exe and the sound will play.

bug