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-06-27) Generated by jazzy ♪♫ v0.14.3, a Realm project.