mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Gets ExternalSourceSwitching feedback working
This commit is contained in:
parent
985902092e
commit
7d72d54862
2 changed files with 1 additions and 2 deletions
|
|
@ -194,7 +194,7 @@ namespace PepperDash.Essentials
|
|||
var vc = VideoCodec as IHasExternalSourceSwitching;
|
||||
if (vc != null)
|
||||
{
|
||||
vc.SetSelectedSource(_CurrentSourceInfo.SourceKey);
|
||||
vc.SetSelectedSource(CurrentSourceInfoKey);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue