LiveKit ESP32 SDK
Loading...
Searching...
No Matches
System Initialization

Perform required one-time system initialization. More...

Functions

livekit_err_t livekit_system_init (void)
 Performs one-time system initialization.

Detailed Description

Perform required one-time system initialization.

Function Documentation

◆ livekit_system_init()

livekit_err_t livekit_system_init ( void )

Performs one-time system initialization.

Returns
LIVEKIT_ERR_NONE if successful, otherwise LIVEKIT_ERR_SYSTEM_INIT.

Invoke this function early in the application's main function before creating a room. Internally, this will setup the media library's thread scheduler.