mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
feat: addes IHasMatrixRouting interface
This commit is contained in:
parent
a7654aa77d
commit
595fb3894e
1 changed files with 5 additions and 0 deletions
|
|
@ -51,6 +51,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
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue