getSourcesByLineId

@NotNull
abstract fun getSourcesByLineId(@NotNull lineId: @NotNull UUID): @NotNull Collection<ClientAudioSource<out Any>>

Gets all client audio sources associated with a specified line identifier.

Return

A collection of client audio sources associated with the specified source line.

Parameters

lineId

The unique identifier of the source line.