mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 05:05:00 +00:00
feat: addes IHasMatrixRouting interface
This commit is contained in:
@@ -50,6 +50,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
|
||||||
|
|||||||
Reference in New Issue
Block a user