mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 17:19:59 +00:00
11 lines
300 B
TypeScript
Executable File
11 lines
300 B
TypeScript
Executable File
"use strict";
|
|
|
|
// https://developers.google.com/cast/docs/reference/chrome/chrome.cast.Timeout
|
|
export default class Timeout {
|
|
public leaveSession = 3000;
|
|
public requestSession = 60000;
|
|
public sendCustomMessage = 3000;
|
|
public setReceiverVolume = 3000;
|
|
public stopSession = 3000;
|
|
}
|