signalingServerUrl property

String signalingServerUrl
final

The WebSocket URL for the signaling server.

Should use wss:// for secure connections in production. A host-relative value (starting with /) is resolved against the page's origin on the web; native platforms keep the configured string unchanged.

Implementation

final String signalingServerUrl;