MicStatus Constants Reference

Declared in TCRSdkConst.h

MicStatus

Definition

typedef NS_ENUM(NSInteger, MicStatus ) {
   MIC_STATUS_DISABLE = 0,
   MIC_STATUS_OFF = 1,
   MIC_STATUS_ON = 2,
};

Constants

MIC_STATUS_DISABLE

If the mic is muted by the room owner, the user cannot unmute it.

Declared In TCRSdkConst.h.

MIC_STATUS_OFF

If the mic is muted by the user, the user can unmute it.

Declared In TCRSdkConst.h.

MIC_STATUS_ON

The user unmutes the mic.

Declared In TCRSdkConst.h.