You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add RECORD_AUDIO permission check for Bidi Live API
I've added a check for the RECORD_AUDIO permission in the AI Logic SDK
for Bidi (Live API) within the `LiveSession.startAudioConversation()`
method.
If the permission is missing, a `PermissionMissingException` is thrown
with the message "Missing RECORD_AUDIO".
I also added unit tests to verify the new permission check behavior.
This commit includes only the source code changes for the feature
and necessary test files. Unintended modifications to Gradle build
scripts from previous troubleshooting steps have been reverted.
0 commit comments