Interface IVoiceGroupUserInfoV2

用户信息

interface IVoiceGroupUserInfoV2 {
    auth: EVoiceGroupUserAuthV2;
    isMuted: boolean;
    isPublishable: boolean;
    isSubscribable: boolean;
    userId: string;
}

Properties

用户权限

isMuted: boolean

是否被禁言

isPublishable: boolean

说权限

isSubscribable: boolean

听权限

userId: string

用户 Id

Generated using TypeDoc