getSelfSourceInfo

abstract fun getSelfSourceInfo(@NotNull sourceId: @NotNull UUID): Optional<ClientSelfSourceInfo>

Gets the client self source information for the specified source identifier.

Return

An optional containing the client self source information if found, or empty if not found.

Parameters

sourceId

The unique identifier of the source.