jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
jvmCommon
Platform filter
common
jvmCommon
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-core
/
org.jellyfin.sdk.discovery
/
LocalServerDiscovery
/
discover
discover
common
jvmCommon
expect
fun
discover
(
timeout
:
Int
=
DISCOVERY_TIMEOUT
,
maxServers
:
Int
=
DISCOVERY_MAX_SERVERS
)
:
Flow
<
<Error class: unknown class>
>
Discover servers on the local network
Parameters
timeout
Timeout per receive in milliseconds
actual
fun
discover
(
timeout
:
Int
,
maxServers
:
Int
)
:
Flow
<
<Error class: unknown class>
>