mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
feat: add type param for direct route method
This commit is contained in:
parent
1146d89abf
commit
d4df36b863
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ namespace PepperDash.Essentials.Core
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IRunDirectRouteAction
|
public interface IRunDirectRouteAction
|
||||||
{
|
{
|
||||||
void RunDirectRoute(string sourceKey, string destinationKey);
|
void RunDirectRoute(string sourceKey, string destinationKey, eRoutingSignalType type = eRoutingSignalType.AudioVideo);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue