Interface LocalRelay

Relay/shard connection state.

interface LocalRelay {
    guildId: string;
    guildName: string;
    operationOpen: boolean;
    shardActive: boolean;
    shardName: string;
    udpVoiceEndpoint: string;
    voiceEndpoint: string;
}

Properties

guildId: string
guildName: string
operationOpen: boolean
shardActive: boolean
shardName: string
udpVoiceEndpoint: string
voiceEndpoint: string