mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-02 00:00:04 +00:00
fix: add disableIdleTimeout to CastReceiverOptions (#36093)
This commit is contained in:
@@ -536,6 +536,12 @@ export class CastReceiverOptions {
|
||||
*/
|
||||
customNamespaces?: any;
|
||||
|
||||
/**
|
||||
* If true, the receiver will not set an idle timeout to close receiver if there is no activity.
|
||||
* Should only be used for non media apps.
|
||||
*/
|
||||
disableIdleTimeout?: boolean;
|
||||
|
||||
/**
|
||||
* Sender id used for local requests. Default value is 'local'.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user