VoxaRtc class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serverUrl String?
Compat Gateway WebSocket URL (plan §5.1). The Agora-format token passed to joinChannel is sent here; the gateway verifies it and joins the LiveKit room on the app's behalf. Against a raw LiveKit dev server, a LiveKit JWT may be passed to joinChannel directly.
getter/setter pair
transportFactory VoxaTransport Function()?
Test/DI hook: overrides the transport the engine creates per join. null = the real LiveKit transport.
getter/setter pair