The voice service was erroneously including enableAffectiveDialog and proactivity options in the Gemini Live API session configuration, which are currently only supported in the v1alpha API. Since the application uses the GA API, these options caused the session setup to fail immediately. Removing these configurations ensures stable voice session initialization. Fixing the bug

Remove unsupported v1alpha options from voice session configuration - subh05sus/sparkmentor