mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 18:39:58 +00:00
Replace StatusManager
This commit is contained in:
@@ -5,7 +5,7 @@ import options from "../../lib/options";
|
||||
import cast, { ensureInit } from "../../shim/export";
|
||||
|
||||
import { Message } from "../../messaging";
|
||||
import { Receiver } from "../../types";
|
||||
import { ReceiverDevice } from "../../types";
|
||||
|
||||
|
||||
function startMediaServer(filePath: string, port: number)
|
||||
@@ -343,7 +343,7 @@ async function registerMediaElementListeners() {
|
||||
|
||||
interface InitOptions {
|
||||
mediaUrl: string;
|
||||
receiver: Receiver;
|
||||
receiver: ReceiverDevice;
|
||||
targetElementId?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user