mirror of
https://github.com/livekit/livekit.git
synced 2026-04-27 17:15:26 +00:00
a624e30b74
* Use marshal + unmarshal to ensure unmarshallable fields are not copied. Need to ensure that config structs/fields are marshallable. There was a use of a = b copy of struct and some of the embeded structs had locks and copying was not good. * update protocol * Update deps