AccessModifierType
Determines whether an AudioDeviceInput user ID access list acts as an allow-list or a deny-list.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 588 | Allow | 0 | User IDs in the access list are permitted to hear the AudioDeviceInput - all other users are blocked. | |
| 588 | Deny | 1 | User IDs in the access list are blocked from hearing the AudioDeviceInput - all other users are permitted. |
Description
Determines whether the user IDs supplied to SetUserIdAccessList() are treated as an allow-list or a deny-list for hearing a particular AudioDeviceInput.
The default AccessType is AccessModifierType.Deny, meaning all users can hear the device unless explicitly excluded.