RemoteServer

interface RemoteServer

Represents a backend remote voice server.

Functions

Link copied to clipboard
@NotNull
open fun getAddress(): @NotNull InetSocketAddress
@NotNull
abstract fun getAddress(resolve: Boolean): @NotNull InetSocketAddress
Gets the address of the remote server.
Link copied to clipboard
@NotNull
abstract fun getName(): @NotNull String
Gets the name of the remote server.
Link copied to clipboard
Checks if an AES encryption key is set for this remote server.