mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
add some debug statements
This commit is contained in:
parent
b6b88086f3
commit
54dd424b01
3 changed files with 11 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue