feat(cast): allow custom cast data and custom receivers

This commit is contained in:
2026-07-19 13:59:45 +02:00
parent 8656fb8068
commit ee4b1a3e32
6 changed files with 48 additions and 25 deletions
+1
View File
@@ -10,6 +10,7 @@ export type {
Track,
} from "./types/player";
export type {
CastOptions,
Metadata,
MixAudioMode,
Source,