mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: implement Routing Feedback WebSocket service and associated request handlers
This commit is contained in:
parent
be545bbfa4
commit
b65f895e06
7 changed files with 812 additions and 5 deletions
|
|
@ -61,10 +61,10 @@ public interface IRunDirectRouteAction
|
|||
/// <summary>
|
||||
/// Runs a direct route from a source to a destination with an optional signal type for routing.
|
||||
/// </summary>
|
||||
/// <param name="sourceKey"></param>
|
||||
/// <param name="destinationKey"></param>
|
||||
/// <param name="source"></param>
|
||||
/// <param name="destination"></param>
|
||||
/// <param name="type"></param>
|
||||
void RunDirectRoute(string sourceKey, string destinationKey, eRoutingSignalType type = eRoutingSignalType.AudioVideo);
|
||||
void RunDirectRoute(string source, string destination, eRoutingSignalType type = eRoutingSignalType.AudioVideo);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue