rust-sdks icon indicating copy to clipboard operation
rust-sdks copied to clipboard

fix: emit track-muted event for local tracks

Open kbalt opened this issue 11 months ago • 4 comments

Currently there's no way to know when a track was muted by a moderator since track changes from the server were ignored.

This updates the TrackInfo of the local participant in a similar way, to how its done for remote participants.

While this seems to work, I'm not sure if this is the correct way to do this, since the comment in https://github.com/livekit/rust-sdks/blob/main/livekit/src/room/publication/remote.rs#L157 seems to imply that this should already work for local publications?

kbalt avatar Jan 09 '25 15:01 kbalt

it seems like you haven't added any nanpa changeset files to this PR.

if this pull request includes changes to code, make sure to add a changeset, by writing a file to .nanpa/<unique-name>.kdl:

minor type="added" "Introduce frobnication algorithm"

refer to the manpage for more information.

ilo-nanpa[bot] avatar Jan 09 '25 15:01 ilo-nanpa[bot]

@davidzhao @typester any progress with this pr? :)

kerkmann avatar Jun 30 '25 09:06 kerkmann

Running into the same issue. Any chance this can be moved forward?

sandr01d avatar Aug 29 '25 10:08 sandr01d

Hi @sandr01d, I will look into this.

ladvoc avatar Aug 29 '25 12:08 ladvoc