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);
|
void RunDirectRoute(string sourceKey, string destinationKey, eRoutingSignalType type = eRoutingSignalType.AudioVideo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public interface IHasMatrixRouting
|
||||||
|
{
|
||||||
|
string MatrixRoutingDeviceKey { get; }
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// For rooms that default presentation only routing
|
/// For rooms that default presentation only routing
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue