Type Alias ZoomVideoSdkUserHelperType
ZoomVideoSdkUserHelperType: {
changeName: (name: string, userId: string) => Promise<boolean>;
makeHost: (userId: string) => Promise<boolean>;
makeManager: (userId: string) => Promise<boolean>;
removeUser: (userId: string) => Promise<boolean>;
revokeManager: (userId: string) => Promise<boolean>;
}
Type declaration
changeName: (name: string, userId: string) => Promise<boolean>
makeHost: (userId: string) => Promise<boolean>
makeManager: (userId: string) => Promise<boolean>
removeUser: (userId: string) => Promise<boolean>
revokeManager: (userId: string) => Promise<boolean>
User control interface.