MutedState @objc(SBDMutedState) public enum MutedState : Int The current user’s muted state type. unmuted The current user is unmuted in the group channel. Declaration Swift case unmuted = 0 muted The current user is muted in the group channel. Declaration Swift case muted = 1 © 2023 Sendbird. All rights reserved. (Last updated: 2023-03-20) Generated by jazzy ♪♫ v0.14.2, a Realm project.