mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
feat: addes IHasMatrixRouting interface
This commit is contained in:
parent
a7654aa77d
commit
595fb3894e
1 changed files with 5 additions and 0 deletions
|
|
@ -50,6 +50,11 @@ namespace PepperDash.Essentials.Core
|
|||
{
|
||||
void RunDirectRoute(string sourceKey, string destinationKey, eRoutingSignalType type = eRoutingSignalType.AudioVideo);
|
||||
}
|
||||
|
||||
public interface IHasMatrixRouting
|
||||
{
|
||||
string MatrixRoutingDeviceKey { get; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// For rooms that default presentation only routing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue