You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I disconnect the room "cleanUpRTC()" " cleanUpParticipants(isFullReconnect: isFullReconnect)" frequently not called. So "track.stop() " not working and again join the room video and audio not rendered. But green dot show in top on status bar.
@hiroshihorie do you think running cleanups concurrently is enough (or rather a workaround)? If there's a dependency, we should probably enforce that explicitly.
when I disconnect the room "cleanUpRTC()" " cleanUpParticipants(isFullReconnect: isFullReconnect)" frequently not called. So "track.stop() " not working and again join the room video and audio not rendered. But green dot show in top on status bar.
Livekit SDK Verision : 2.0.19
func cleanUp(withError disconnectError: Error? = nil,
isFullReconnect: Bool = false) async
{
log("withError: (String(describing: disconnectError)), isFullReconnect: (isFullReconnect)")
------------below function not called-----------
}
Console log:
2025-02-09 20:09:53.225086+0530 SampleAppKit[1129:51643] [websocket] Read completed with an error Operation canceled
2025-02-09 20:09:53.248411+0530 SampleAppKit[1129:51645] [tcp] tcp_input [C5.1:3] flags=[R] seq=2381814154, ack=0, win=0 state=CLOSED rcv_nxt=2381814154, snd_una=1187171602
The text was updated successfully, but these errors were encountered: