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