Maps audio SSRCs to data of users in voice connections.
Extends
EventEmitterDeletes the stored voice data about a user.
Returns
The data that was deleted, if anyGets the stored voice data of a user.
Updates the map with new user data
Name | Type | Optional | Description |
---|---|---|---|
data | VoiceUserData | No | The data to update with |
Name | Type | Optional | Description |
---|---|---|---|
event | 'create' | No | None |
listener | (newData: VoiceUserData) => void | No | None |