fix: add disableIdleTimeout to CastReceiverOptions (#36093)

This commit is contained in:
Evans Owino
2019-06-16 07:04:34 +01:00
committed by Ron Buckton
parent 94c8e41581
commit d26331d949

View File

@@ -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'.
*/