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

SBDMutedStateUnmuted

The current user’s muted state type.

Declared In SBDTypes.h.

SBDMutedStateMuted

The current user’s muted state type.

Declared In SBDTypes.h.

Declared In

SBDTypes.h