Closed nbsp closed 3 months ago
Currently Rust stack is on protocol version 9. part of this update will require bringing it to 10+. and I think we should just bring it up to date to support protocol 15.
Here are the changes required (JS PRs)
v10 through v13 added or already there. re: RequestResponse
: we don't keep a list of pending requests and we don't care about arbitrary responses at all -- most of our signalclient requests go to ``. should i add it regardless and make it no-op?
v10 through v13 added or already there. re:
RequestResponse
: we don't keep a list of pending requests and we don't care about arbitrary responses at all -- most of our signalclient requests go to ``. should i add it regardless and make it no-op?
yeah no-op is fine. we can add the capability later of firing error responses for things, but not required to be protocol-compatible.
exported as LocalTrackSubscribed in the client and FFI.
at the moment the SFU assumes Rust doesn't accept TrackSubscribed so it doesn't send it: see https://github.com/livekit/livekit/pull/2939