Which package/packages do you use?
Is your feature request related to a problem? Please describe.
When admin or moderator mute user audio or video we want tu customize message for the muted users based on the specific action.
Describe the solution you'd like
When we listen for call.user_muted event on call instance, there is no difference between events for muting audio or video. So that we can not customize message for muted user eg. we can not say "your mic" OR "your camera" was muted, we can just say "you were muted".
I would like to get trackMuteType: TrackMuteType attribute on the returned event CallUserMutedEvent object describing what source was actually muted.
Which package/packages do you use?
@stream-io/video-react-sdk@stream-io/video-react-native-sdk@stream-io/video-clientIs your feature request related to a problem? Please describe.
When admin or moderator mute user audio or video we want tu customize message for the muted users based on the specific action.
Describe the solution you'd like
When we listen for
call.user_mutedevent oncallinstance, there is no difference between events for mutingaudioorvideo. So that we can not customize message for muted user eg. we can not say "your mic" OR "your camera" was muted, we can just say "you were muted".I would like to get
trackMuteType: TrackMuteTypeattribute on the returned eventCallUserMutedEventobject describing what source was actually muted.