LiveKit

object LiveKit

The main entry point into using LiveKit.

See also

Properties

Link copied to clipboard

Enables logs for the underlying WebRTC sdk logging. Used in conjunction with loggingLevel.

Link copied to clipboard
var loggingLevel: LoggingLevel

LoggingLevel to use for Livekit logs. Set to LoggingLevel.OFF to turn off logs.

Functions

Link copied to clipboard
fun create(appContext: Context, options: RoomOptions = RoomOptions(), overrides: LiveKitOverrides = LiveKitOverrides()): Room

Create a Room object.

Link copied to clipboard
fun init(appContext: Context)

Certain WebRTC classes need to be initialized prior to use.