serverUrl property

  1. @JsonKey(name: 'server_url')
String serverUrl
final

The WebSocket URL for the LiveKit server. Use this to establish the connection.

Implementation

@JsonKey(name: 'server_url')
final String serverUrl;