add some debug statements

This commit is contained in:
Andrew Welker
2020-09-09 08:53:20 -06:00
parent b6b88086f3
commit 54dd424b01
3 changed files with 11 additions and 5 deletions

View File

@@ -314,7 +314,7 @@ namespace PepperDash.Essentials
VideoCodec.CallStatusChange += (o, a) => this.InCallFeedback.FireUpdate();
VideoCodec.IsReadyChange += (o, a) => this.SetCodecExternalSources();
VideoCodec.IsReadyChange += (o, a) => { this.SetCodecExternalSources(); SetCodecBranding(); };
if (AudioCodec != null)
AudioCodec.CallStatusChange += (o, a) => this.InCallFeedback.FireUpdate();