Interface IVoiceGroupUserInfo

用户信息

interface IVoiceGroupUserInfo {
    auth: EVoiceGroupUserAuth;
    isMuted: boolean;
    isPublishable: boolean;
    isSubscribable: boolean;
    userId: string;
}

Properties

用户权限

isMuted: boolean

是否被禁言

isPublishable: boolean

说权限

isSubscribable: boolean

听权限

userId: string

用户 Id

Generated using TypeDoc