Skip to main content

Crate livekit_common

Crate livekit_common 

Source
Expand description

Foundational types shared across LiveKit crates: participant identities, the encryption enum, and client-protocol constants.

Macros§

enum_dispatch
Generates methods on an enum that forward each call to the inner value of every variant.

Structs§

ParticipantIdentity

Enums§

EncryptionType

Constants§

CLIENT_PROTOCOL_DATA_STREAM_RPC
RPC v2 (see RPC spec).
CLIENT_PROTOCOL_DEFAULT
Legacy client.