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

adaptiveStream bool
Let the SDK choose each remote's video layer from how large it is on screen, and pause tracks that are not visible at all.
getter/setter pair
serverUrl String?
Compat Gateway URL. The Agora-format token passed to joinChannel is sent here; the gateway verifies it and joins the media room on the app's behalf.
getter/setter pair
transportFactory VoxaTransport Function()?
Test/DI hook: overrides the transport the engine creates per join. null = the real media transport.
getter/setter pair