feat(integrations): add mock integration (#3505)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { CurrentSessionsInput, StreamSession } from "./media-server-types";
|
||||
|
||||
export interface IMediaServerIntegration {
|
||||
getCurrentSessionsAsync(options: CurrentSessionsInput): Promise<StreamSession[]>;
|
||||
}
|
||||
Reference in New Issue
Block a user