toggle menu
stream-video-android
1.18.3
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.video.android.core.socket.common
/
SocketActions
/
whenConnected
when
Connected
abstract
fun
whenConnected
(
connectionTimeout
:
Long
=
DEFAULT_SOCKET_TIMEOUT
,
connectionFailed
:
suspend
(
throwable
:
Throwable
)
->
Unit
=
{}
,
connected
:
suspend
(
connectionId
:
String
)
->
Unit
)
When connected to the socket.