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
/
CallTest
/
CallTest
Call
Test
constructor
(
config
:
RtcConfiguration
,
filter
:
(
IceCandidate
)
->
Boolean
=
noFilter
,
done
:
suspend
(
Any
)
->
Unit
,
failed
:
suspend
(
String
)
->
Unit
,
testType
:
String
,
coroutineScope
:
CoroutineScope
,
logger
:
Logger
)