feat(essentials): Updated EssentialsVideoCodecUIDriver to display password prompt when joining password protected meeting

This commit is contained in:
Neil Dorin
2021-08-18 17:55:04 -06:00
parent f298b5cc41
commit dad986414c
4 changed files with 191 additions and 2 deletions

View File

@@ -118,6 +118,14 @@ namespace PepperDash.Essentials
//----- through 3120
/// <summary>
/// 3201
/// </summary>
public const uint PasswordPromptMessageText = 3201;
/// <summary>
/// 3202
/// </summary>
public const uint PasswordPromptPasswordText = 3202;
/// <summary>
/// 3812