Search
Preparing search index...
The search index is not available
NERTC V5.5.10
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
NERTC V5.5.10
browser
Module browser
Index
Interfaces
Device
Info
Variables
Device
Variables
Const
Device
Device
:
{
clean
:
any
;
getCameras
:
any
;
getDevices
:
any
;
getMicrophones
:
any
;
getSpeakers
:
any
}
Type declaration
clean
:
function
clean
(
)
:
void
Returns
void
get
Cameras
:
function
get
Cameras
(
)
:
Promise
<
DeviceInfo
[]
>
Returns
Promise
<
DeviceInfo
[]
>
get
Devices
:
function
get
Devices
(
)
:
Promise
<
{
audioIn
:
DeviceInfo
[]
;
audioOut
:
DeviceInfo
[]
;
video
:
DeviceInfo
[]
}
>
Returns
Promise
<
{
audioIn
:
DeviceInfo
[]
;
audioOut
:
DeviceInfo
[]
;
video
:
DeviceInfo
[]
}
>
get
Microphones
:
function
get
Microphones
(
)
:
Promise
<
DeviceInfo
[]
>
Returns
Promise
<
DeviceInfo
[]
>
get
Speakers
:
function
get
Speakers
(
)
:
Promise
<
DeviceInfo
[]
>
Returns
Promise
<
DeviceInfo
[]
>
Modules
browser
client
nertc
stream
types
Device
Info
Device