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 © 2024 Sendbird. All rights reserved. (Last updated: 2024-08-30) Generated by jazzy ♪♫ v0.15.1, a Realm project.