mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
Merge branch 'main' into hotfix/zoom-osd-device
This commit is contained in:
@@ -2436,28 +2436,6 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
|||||||
layoutSizeCodec.SelfviewPipSizeFeedback.LinkInputSig(trilist.StringInput[joinMap.GetSetSelfviewPipSize.JoinNumber]);
|
layoutSizeCodec.SelfviewPipSizeFeedback.LinkInputSig(trilist.StringInput[joinMap.GetSetSelfviewPipSize.JoinNumber]);
|
||||||
}
|
}
|
||||||
|
|
||||||
PasswordRequired += (device, args) =>
|
|
||||||
{
|
|
||||||
if (args.LoginAttemptCancelled)
|
|
||||||
{
|
|
||||||
trilist.SetBool(joinMap.ShowPasswordPrompt.JoinNumber, false);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(args.Message))
|
|
||||||
{
|
|
||||||
trilist.SetString(joinMap.PasswordPromptMessage.JoinNumber, args.Message);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (args.LoginAttemptFailed)
|
|
||||||
{
|
|
||||||
trilist.SetBool(joinMap.PasswordLoginFailed.JoinNumber, true);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
trilist.SetBool(joinMap.ShowPasswordPrompt.JoinNumber, true);
|
|
||||||
};
|
|
||||||
|
|
||||||
MeetingInfoChanged += (device, args) =>
|
MeetingInfoChanged += (device, args) =>
|
||||||
{
|
{
|
||||||
trilist.SetString(joinMap.MeetingInfoId.JoinNumber, args.Info.Id);
|
trilist.SetString(joinMap.MeetingInfoId.JoinNumber, args.Info.Id);
|
||||||
|
|||||||
Reference in New Issue
Block a user