Discussions

Ask a Question
Back to All

Sometimes the STREAM_READY event does not fire and only the avatar image is not displayed

I implemented it using the SDK below.
https://docs.heygen.com/docs/streaming-avatar-sdk-reference

avatar.on(StreamingEvents.STREAM_READY, (event) => { console.log('Stream is ready:', event.detail); });

Sometimes the STREAM_READY event does not fire and only the avatar image is not displayed. Is this by design?
Is there a way to avoid this phenomenon?