RealtimeSdk

object RealtimeSdk

The RealtimeSDK class provides access to the SDK, allowing an application to join a room and receive events through the RealtimeSdkListener interface.

Types

Settings
Link copied to clipboard
object Settings
Object used to contain the SDK settings.

Functions

getRootEglContext
Link copied to clipboard
fun getRootEglContext(): EglBase.Context
Method to get the shared video rendering context
initialize
Link copied to clipboard
fun initialize(context: Context, logWriter: LogWriter? = null)
Method to initialize the Realtime SDK.
joinRoom
Link copied to clipboard
suspend fun joinRoom(token: String, options: RoomOptions, listener: RealtimeSdkListener)
Join a room using the specified room token and options.