mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Document bridge messages
This commit is contained in:
@@ -49,14 +49,14 @@ export interface ReceiverStatus {
|
||||
volume: Volume;
|
||||
}
|
||||
|
||||
export interface CastSessionUpdated {
|
||||
export interface CastSessionUpdatedDetails {
|
||||
sessionId: string;
|
||||
statusText: string;
|
||||
namespaces: Array<{ name: string }>;
|
||||
volume: Volume;
|
||||
}
|
||||
|
||||
export interface CastSessionCreated extends CastSessionUpdated {
|
||||
export interface CastSessionCreatedDetails extends CastSessionUpdatedDetails {
|
||||
appId: string;
|
||||
appImages: Image[];
|
||||
displayName: string;
|
||||
|
||||
Reference in New Issue
Block a user