core
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.internal.callstats.tests
Package-level
declarations
Types
Functions
Properties
Types
Call
Test
Link copied to clipboard
abstract
class
CallTest
(
config
:
RtcConfiguration
,
filter
:
(
IceCandidate
)
->
Boolean
=
noFilter
,
done
:
suspend
(
Any
)
->
Unit
,
failed
:
suspend
(
String
)
->
Unit
,
testType
:
String
,
coroutineScope
:
CoroutineScope
,
logger
:
Logger
)
Data
Throughput
Test
Link copied to clipboard
class
DataThroughputTest
(
config
:
RtcConfiguration
,
done
:
(
Any
)
->
Unit
,
failed
:
(
String
)
->
Unit
,
coroutineScope
:
CoroutineScope
,
logger
:
Logger
)
:
CallTest
Host
Connectivity
Test
Link copied to clipboard
class
HostConnectivityTest
(
config
:
RtcConfiguration
,
done
:
suspend
(
Any
)
->
Unit
,
failed
:
suspend
(
String
)
->
Unit
,
coroutineScope
:
CoroutineScope
,
logger
:
Logger
)
:
CallTest
Reflexive
Connectivity
Test
Link copied to clipboard
class
ReflexiveConnectivityTest
(
config
:
RtcConfiguration
,
done
:
suspend
(
Any
)
->
Unit
,
failed
:
suspend
(
String
)
->
Unit
,
coroutineScope
:
CoroutineScope
,
logger
:
Logger
)
:
CallTest
Relay
Connectivity
Test
Link copied to clipboard
class
RelayConnectivityTest
(
config
:
RtcConfiguration
,
done
:
suspend
(
Any
)
->
Unit
,
failed
:
suspend
(
String
)
->
Unit
,
coroutineScope
:
CoroutineScope
,
logger
:
Logger
)
:
CallTest
Properties
is
Host
Link copied to clipboard
val
isHost
:
(
IceCandidate
)
->
Boolean
is
Not
Host
Candidate
Link copied to clipboard
val
isNotHostCandidate
:
(
IceCandidate
)
->
Boolean
is
Reflexive
Link copied to clipboard
val
isReflexive
:
(
IceCandidate
)
->
Boolean
is
Relay
Link copied to clipboard
val
isRelay
:
(
IceCandidate
)
->
Boolean
no
Filter
Link copied to clipboard
val
noFilter
:
(
IceCandidate
)
->
Boolean
Functions
parse
Ice
Candidate
Link copied to clipboard
fun
parseIceCandidate
(
iceCandidate
:
IceCandidate
)
:
ParsedIceCandidate