mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Add better support for handling device capabilities and receiver objects
This commit is contained in:
@@ -47,7 +47,7 @@ type ExtMessageDefinitions = {
|
||||
};
|
||||
};
|
||||
"popup:update": {
|
||||
receivers: ReceiverDevice[];
|
||||
receiverDevices: ReceiverDevice[];
|
||||
defaultMediaType?: ReceiverSelectorMediaType;
|
||||
availableMediaTypes?: ReceiverSelectorMediaType;
|
||||
};
|
||||
@@ -68,7 +68,7 @@ type ExtMessageDefinitions = {
|
||||
|
||||
"cast:receiverDeviceUp": { receiverDevice: ReceiverDevice };
|
||||
"cast:receiverDeviceDown": { receiverDeviceId: ReceiverDevice["id"] };
|
||||
"cast:launchApp": { receiver: ReceiverDevice };
|
||||
"cast:launchApp": { receiverDevice: ReceiverDevice };
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user