Discussions
Sometimes the STREAM_READY event does not fire and only the avatar image is not displayed
about 1 month ago by Hayato Shinohara
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?