mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Mega refactor in progress
This commit is contained in:
parent
407a354cfe
commit
13132c29fc
38 changed files with 1068 additions and 1369 deletions
|
|
@ -93,7 +93,7 @@ namespace PepperDash.Essentials
|
|||
|
||||
var sscRoom = Room as IHasCurrentSourceInfoChange;
|
||||
if(sscRoom != null)
|
||||
sscRoom.CurrentSingleSourceChange += new SourceInfoChangeHandler(Room_CurrentSingleSourceChange);
|
||||
sscRoom.CurrentSingleDisplaySourceChange += new SourceInfoChangeHandler(Room_CurrentSingleSourceChange);
|
||||
|
||||
var vcRoom = Room as IHasVideoCodec;
|
||||
if (vcRoom != null && vcRoom.VideoCodec != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue