Move cast API code to cast/sdk/ and create wrapper class

This commit is contained in:
hensm
2022-04-25 15:59:58 +01:00
parent 43f5d325f8
commit 4bccdecaa3
35 changed files with 707 additions and 1188 deletions

View File

@@ -10,7 +10,9 @@ import options from "../../lib/options";
import messaging, { Message, Port } from "../../messaging";
import { getNextEllipsis } from "../../lib/utils";
import { RemoteMatchPattern } from "../../lib/matchPattern";
import { ReceiverDevice } from "../../types";
import { Capability } from "../../cast/sdk/enums";
import {
ReceiverSelectionActionType,