MutedState

public enum MutedState: Int

The current user’s muted state type.

  • The current user is unmuted in the group channel.

    Declaration

    Swift

    case unmuted = 0
  • The current user is muted in the group channel.

    Declaration

    Swift

    case muted = 1