feat: user consent setting and retrieving (NOTE: does not affect recording yet)
This commit is contained in:
@@ -3,5 +3,11 @@
|
||||
struct User {
|
||||
notificationScript @0 :Text;
|
||||
|
||||
voiceRecordingConsent @1 :Bool;
|
||||
voiceRecordingConsent @1 :Consent = unspecified;
|
||||
|
||||
enum Consent {
|
||||
unspecified @0;
|
||||
granted @1;
|
||||
withheld @2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user