Closed cloudwebrtc closed 2 months ago
How does muting the local track work? It seems a request is sent to the server. Does the muting happen on the server side? If so, does that mean the muted track is still being published (i.e. uploading data)?
Actually this request will be sent to rust core, which will block data upload internally, but yes, it would be more explicit to add a muted flag inside LocalTrack to prevent data send to ffi.
After pulling the update, when calling the ‘MakeCall’ method, the following error occurs:
“NullReferenceException: Object reference not set to an instance of an object
LiveKit.Room.OnEventReceived (LiveKit.Proto.RoomEvent e) (at Assets/client-sdk-unity-main/Runtime/Scripts/Room.cs:344)
LiveKit.Internal.FfiClient+<>c.
Thanks for finding this bug. I believe this is because the corresponding version of ffi .so/dll has not been updated yet.
Thanks for finding this bug. I believe this is because the corresponding version of ffi .so/dll has not been updated yet.
Thanks for the response :) When will the "ffi.so.dll" be updated, or is it possible that I didn't download the correct version?
close https://github.com/livekit/client-sdk-unity/issues/55 close https://github.com/livekit/client-sdk-unity/issues/52
Tested Platfroms:
Updated ffi to v0.9.0.