Interface IGetUserListReq

interface IGetUserListReq {
    appId: string;
    groupID: string;
    lType: 1 | 2;
}

Properties

Properties

appId: string
groupID: string
lType: 1 | 2

1 所有人 2 开麦用户

Generated using TypeDoc