shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk
/
MediaSfuEngine
/
connectLocal
connect
Local
suspend
fun
connectLocal
(
link
:
String
,
timeoutMillis
:
Long
=
10000
,
config
:
SocketConfig
=
socketConfig.copy( transports = listOf("websocket"), autoConnect = true )
)
:
Result
<
ResponseLocalConnection
>