mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix misnamed SessionRequest#timeout property
This commit is contained in:
@@ -14,7 +14,7 @@ export default class SessionRequest {
|
||||
public appId: string
|
||||
, public capabilities = [ Capability.VIDEO_OUT
|
||||
, Capability.AUDIO_OUT ]
|
||||
, public timeout: number = (new Timeout()).requestSession
|
||||
, public requestSessionTimeout: number = (new Timeout()).requestSession
|
||||
, public androidReceiverCompatible = false
|
||||
, public credentialsData: (CredentialsData | null) = null) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user