Closed lukasIO closed 1 month ago
I think this is what's needed: https://github.com/livekit/python-sdks/pull/290 (some type additions in there to make catching errors easier)
nice, any drawbacks we should be aware of when using the proto2 syntax? e.g performance decrease, .. otherwise lgtm, this is much cleaner on the rust side!
not that I'm aware of, though performance will always depend on the language specific encoders and decoders
next time can we wait to merge something substantial like this until we have updates ready to go for all of the dependent SDKs? this is now blocking development of new FFI-based changes in node and python
yeah, there's a couple of messages (callbacks with results) that I changed to be a oneof message of either error or result, so that's a change that has to be accounted for