VoiceServer
ruvyrias / VoiceServer
Interface: VoiceServer
Defined in: types/Connection.ts:4
Interface representing the data received in a voice server update.
Properties
endpoint?
optional
endpoint:string
Defined in: types/Connection.ts:10
The endpoint URL for the voice server connection.
sessionId
sessionId:
string
Defined in: types/Connection.ts:8
The session ID for the voice server connection.
token
token:
string
Defined in: types/Connection.ts:6
The authentication token for the voice server connection.