serverUrl property

String? serverUrl
getter/setter pair

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.

Implementation

static String? serverUrl;