feat:(Essentials) Add doc info and meeting button text join

This commit is contained in:
Andrew Welker
2021-09-07 18:13:18 -06:00
parent f791feb848
commit 93dfb8780b
2 changed files with 6 additions and 1 deletions

View File

@@ -48,6 +48,11 @@ namespace PepperDash.Essentials
/// </summary>
public const uint MeetingNameText = 1009;
///<summary>
/// 1240 - Used to determine text for meeting start button
///</summary>
public const uint MeetingStartButtonText = 1240;

View File

@@ -7,7 +7,7 @@
{
// Video Codec
/// <summary>
/// 1234: values 0 = Connect, 1 = End
/// 1234: values 0 = Connect, 1 = End, 2 = Start Meeting
/// </summary>
public const uint VCStagingConnectButtonMode = 1234;