mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Hotfix testing with Zoom PC to find what is triggering a layout change. Currently unresolved
This commit is contained in:
parent
14ad0eee48
commit
b41dd23c7f
2 changed files with 13 additions and 9 deletions
|
|
@ -494,6 +494,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
||||||
{
|
{
|
||||||
if (a.PropertyName == "State")
|
if (a.PropertyName == "State")
|
||||||
{
|
{
|
||||||
|
Debug.Console(1, this, "[SetUpFeedbackActions] Status.Call.Sharing.PropertyChanged: {0}", Status.Call.Sharing.State);
|
||||||
SharingContentIsOnFeedback.FireUpdate();
|
SharingContentIsOnFeedback.FireUpdate();
|
||||||
ReceivingContent.FireUpdate();
|
ReceivingContent.FireUpdate();
|
||||||
}
|
}
|
||||||
|
|
@ -904,7 +905,9 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
||||||
{
|
{
|
||||||
case "call":
|
case "call":
|
||||||
{
|
{
|
||||||
|
Debug.Console(1, this, "[DeserializeResponse] sharing status 1: {0}", Status.Call.Sharing.State.ToString());
|
||||||
JsonConvert.PopulateObject(responseObj.ToString(), Configuration.Call);
|
JsonConvert.PopulateObject(responseObj.ToString(), Configuration.Call);
|
||||||
|
Debug.Console(1, this, "[DeserializeResponse] sharing status 2: {0}", Status.Call.Sharing.State.ToString());
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
@ -1386,6 +1389,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
||||||
if (Status.Call != null)
|
if (Status.Call != null)
|
||||||
{
|
{
|
||||||
var callStatus = Status.Call.Status;
|
var callStatus = Status.Call.Status;
|
||||||
|
Debug.Console(1, this, "[UpdateCallStatus] callStatus: {0}", callStatus.ToString());
|
||||||
|
|
||||||
// If not currently in a meeting, intialize the call object
|
// If not currently in a meeting, intialize the call object
|
||||||
if (callStatus != zStatus.eCallStatus.IN_MEETING || callStatus != zStatus.eCallStatus.CONNECTING_MEETING)
|
if (callStatus != zStatus.eCallStatus.IN_MEETING || callStatus != zStatus.eCallStatus.CONNECTING_MEETING)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue