three-glasses-join.md
69 字节
"client-sdk-android": patch
Fixes deadlock on publish track
* Fixes deadlock on publish track During a publish track, if the room is leaved before the the track is published, we can't publish a track anymore. Let's abord the pending publish track on leave event and when the websocket is disconnected * Add changeset * Lint fixes