UNPKG

wildfire-im-sdk

Version:
12 lines (11 loc) 327 B
export default class PttErrorCode { static UNKNOWN: number; static OCCUPIED: number; static MAX_SPEAKER: number; static GROUP_MUTED: number; static GROUP_MEMBER_MUTED: number; static TALKING: number; static NOT_IN_GROUP: number; static PTT_DISABLED: number; static RECORDER_ERROR: number; }