mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat(essentials): Adds UIDriver logic for meeting recoding consent modal
This commit is contained in:
parent
a7db15d9fd
commit
d2d0bd31e6
2 changed files with 39 additions and 5 deletions
|
|
@ -57,7 +57,10 @@ namespace PepperDash.Essentials
|
|||
/// 1008
|
||||
/// </summary>
|
||||
public const uint MeetingLeavePress = 1008;
|
||||
|
||||
/// <summary>
|
||||
/// 1009
|
||||
/// </summary>
|
||||
public const uint RecordingConsentVisible = 1009;
|
||||
|
||||
|
||||
|
||||
|
|
@ -987,5 +990,16 @@ namespace PepperDash.Essentials
|
|||
/// 15307
|
||||
/// </summary>
|
||||
public const uint PasswordPromptErrorVisible = 15307;
|
||||
|
||||
// Meeting Recording Consent Dialog
|
||||
|
||||
/// <summary>
|
||||
/// 15311
|
||||
/// </summary>
|
||||
public const uint MeetingRecodingConsentAgree = 15311;
|
||||
/// <summary>
|
||||
/// 15312
|
||||
/// </summary>
|
||||
public const uint MeetingRecodingConsentDisgree = 15312;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue