LiveKit

object LiveKit

Functions

create
Link copied to clipboard
fun create(appContext: Context, options: RoomOptions = RoomOptions(), overrides: LiveKitOverrides = LiveKitOverrides()): Room
Create a Room object.
init
Link copied to clipboard
fun init(appContext: Context)
Certain WebRTC classes need to be initialized prior to use.

Properties

enableWebRTCLogging
Link copied to clipboard
var enableWebRTCLogging: Boolean = false
Enables logs for the underlying WebRTC sdk logging.
loggingLevel
Link copied to clipboard
var loggingLevel: LoggingLevel
LoggingLevel to use for Livekit logs.

Sources

SDK source
Link copied to clipboard