API reference
Property BridgeEndpoint
- Namespace
- DisCatSharp.Lavalink.Bridge
- Assembly
- DisCatSharp.Lavalink.dll
BridgeEndpoint
The WebSocket endpoint for the Lavalink bridge.
Example: ws://localhost:2335/bridge/v1
Required when EnableExternalVoiceBridge is true.
public Uri? BridgeEndpoint { get; set; }