livekit-android-sdk
2.10.0
SDK
livekit-android-sdk
/
io.livekit.android.events
Package-level
declarations
Types
Functions
Types
Disconnect
Reason
Link copied to clipboard
enum
DisconnectReason
:
Enum
<
DisconnectReason
>
Event
Link copied to clipboard
sealed
class
Event
Event
Listenable
Link copied to clipboard
interface
EventListenable
<
out
T
>
An interface declaring that this object emits events that can be collected.
Participant
Event
Link copied to clipboard
sealed
class
ParticipantEvent
:
Event
Room
Event
Link copied to clipboard
sealed
class
RoomEvent
:
Event
Track
Event
Link copied to clipboard
sealed
class
TrackEvent
:
Event
Track
Publication
Event
Link copied to clipboard
sealed
class
TrackPublicationEvent
:
Event
Functions
collect
Link copied to clipboard
inline suspend
fun
<
T
>
EventListenable
<
T
>
.
collect
(
crossinline
action
:
suspend
(
value
:
T
)
->
Unit
)
:
Nothing