Skip to content

Add TrackMuteType info to CallUserMutedEvent #1992

@Vondry

Description

@Vondry

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions