mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Add auto-expansion of media controls for devices with connected sessions
This commit is contained in:
@@ -49,7 +49,8 @@ type ExtMessageDefinitions = {
|
||||
};
|
||||
/** Updates selector popup with new data. */
|
||||
"popup:update": {
|
||||
receiverDevices: ReceiverDevice[];
|
||||
devices: ReceiverDevice[];
|
||||
connectedSessionIds?: string[];
|
||||
defaultMediaType?: ReceiverSelectorMediaType;
|
||||
availableMediaTypes?: ReceiverSelectorMediaType;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user