Discussions

Ask a Question
Back to All

Interactive Avatar doesn't work for a while

Hi, I have a demo for interactive avatar which works fine. But yesterday I encountered an issue, which is the streaming breaks around 30s after I start a new session.

And it's triggered from here:

avatar.current.on(StreamingEvents.STREAM_DISCONNECTED, () => {      console.log("Stream disconnected");      endSession();    });

And today everything works without changing any code. I just want to know why this happens. Does login from multiple laptops trigger the stream disconnection? Or any other possible reasons.


Thanks!