@serenada/core
Preparing search index...
IceProbeReport
Interface IceProbeReport
ICE connectivity probe results indicating STUN/TURN reachability.
interface
IceProbeReport
{
iceServersSummary
?:
string
;
logs
:
string
[]
;
stunPassed
:
boolean
;
turnPassed
:
boolean
;
}
Index
Properties
ice
Servers
Summary?
logs
stun
Passed
turn
Passed
Properties
Optional
ice
Servers
Summary
iceServersSummary
?:
string
logs
logs
:
string
[]
stun
Passed
stunPassed
:
boolean
turn
Passed
turnPassed
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ice
Servers
Summary
logs
stun
Passed
turn
Passed
@serenada/core
Loading...
ICE connectivity probe results indicating STUN/TURN reachability.