Search
Preparing search index...
The search index is not available
webrtc-guest-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"platform/Platform"
Platform
Class Platform
Hierarchy
Platform
Index
Properties
_platform
Type
reporter
Methods
create
Http
Request
create
Web
Socket
set
Platform
Type
Object literals
DEFAULT_
HTTP_
OPTIONS
DEFAULT_
WEB_
SOCKET_
OPTIONS
Properties
Static
_platform
Type
_platform
Type
:
PlatformType
Static
reporter
reporter
:
Reporter
= new Reporter('Platform')
Methods
Static
create
Http
Request
create
Http
Request
(
options
:
PlatformStandardHTTPOptions
)
:
Promise
<
any
>
Parameters
options:
PlatformStandardHTTPOptions
Returns
Promise
<
any
>
Static
create
Web
Socket
create
Web
Socket
(
options
:
PlatformStandardWebSocketOptions
)
:
Promise
<
WebSocket
>
Parameters
options:
PlatformStandardWebSocketOptions
Returns
Promise
<
WebSocket
>
Static
set
Platform
Type
set
Platform
Type
(
type
:
PlatformType
)
:
any
Parameters
type:
PlatformType
Returns
any
Object literals
Static
DEFAULT_
HTTP_
OPTIONS
DEFAULT_
HTTP_
OPTIONS
:
object
method
method
:
"GET"
= "GET"
timeout
timeout
:
number
= 60 * 1000
url
url
:
undefined
= undefined
Static
DEFAULT_
WEB_
SOCKET_
OPTIONS
DEFAULT_
WEB_
SOCKET_
OPTIONS
:
object
timeout
timeout
:
number
= 60 * 1000
url
url
:
undefined
= undefined
Globals
"platform/
Platform"
Platform
_platform
Type
reporter
create
Http
Request
create
Web
Socket
set
Platform
Type
DEFAULT_
HTTP_
OPTIONS
DEFAULT_
WEB_
SOCKET_
OPTIONS
Generated using
TypeDoc