orange icon indicating copy to clipboard operation
orange copied to clipboard

Race condition when user joins the room before tracks are replaced.

Open phpb-com opened this issue 6 months ago • 1 comments

If user joins the room before the below operation is complete, existing peers in the room will get "Error: Missing Track Info". I am not sure how to delay the user or to signal to the room to try and reacquire the tracks.

https://github.com/cloudflare/orange/blob/49cb2ccba6e76b4b1015de9546d3eb46779a7885/app/utils/rxjs/RxjsPeer.client.ts#L344

phpb-com avatar Aug 18 '24 04:08 phpb-com