Package-level declarations
Types
A single unit of application data sent or received over a data track.
Encoding of the frames sent over a data track.
Describes the frames on a data track.
Metadata describing a published data track.
An error raised while publishing a LocalDataTrack.
Options for publishing a data track.
The reason a frame could not be pushed via LocalDataTrack.tryPush.
Encoding of a data track schema definition.
An error raised while storing or resolving a data track schema via io.livekit.android.room.participant.LocalParticipant.defineSchema / io.livekit.android.room.participant.LocalParticipant.getSchema.
Identifies the schema describing a data track's frames.
A server-assigned data track identifier.
A stream of frames received from a subscribed RemoteDataTrack.
An error raised while subscribing to a RemoteDataTrack.
A data track published by the local participant. Obtain one from io.livekit.android.room.participant.LocalParticipant.publishDataTrack, then push frames with tryPush or send.
A data track published by a remote participant.