While testing with ephemeral tokens, I am consistently receiving 401 Unauthorized and WebSocket closure code 1006.
On reviewing the JWT payloads, I have noticed that the scopes field may not be correctly set to include "listen:stream". Since live transcription requires this permission, I would like your guidance on:
1. How to verify which scopes are enabled for my main API key in the Deepgram Console.
2. Whether additional steps are required to activate or request access to the listen:stream scope.
3. Best practices for generating ephemeral tokens with the correct scope (listen:stream) for WebSocket connections to wss://api.deepgram.com/v1/listen.
Could you please confirm if my current project is provisioned with the correct scopes, and advise on how I can enable listen:stream for successful real-time streaming?