SBDMutedState Constants Reference
Declared in | SBDTypes.h |
---|
SBDMutedState
The current user’s muted state type.
- SBDMutedStateUnmuted: The current user is unmuted in the group channel.
- SBDMutedStateMuted: The current user is muted in the group channel.
Definition
typedef NS_ENUM(NSInteger, SBDMutedState ) {
SBDMutedStateUnmuted = 0,
SBDMutedStateMuted = 1,
};
Constants
Declared In
SBDTypes.h