-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Which package/packages do you use?
-
@stream-io/video-react-sdk -
@stream-io/video-react-native-sdk -
@stream-io/video-client
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request