mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-12 11:15:08 +00:00
Adds QR code join to mobile control Ddvc01 room bridge and passes accross QR code url (join 403)
This commit is contained in:
@@ -102,7 +102,15 @@ namespace PepperDash.Essentials.DM
|
||||
});
|
||||
AudioSourceNumericFeedback = new IntFeedback(() =>
|
||||
{
|
||||
return (int)Tx.AudioSourceFeedback;
|
||||
try
|
||||
{
|
||||
return (int)Tx.AudioSourceFeedback;
|
||||
}
|
||||
catch
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
HdmiIn1HdcpCapabilityFeedback = new IntFeedback("HdmiIn1HdcpCapability", () =>
|
||||
|
||||
Reference in New Issue
Block a user