Fix audio not sending

Fixes #7531
This commit is contained in:
Rapptz
2022-03-08 01:09:15 -05:00
parent 25b4bc277b
commit 0c690bc949
2 changed files with 6 additions and 4 deletions

View File

@ -229,6 +229,8 @@ class VoiceClient(VoiceProtocol):
channel: VocalGuildChannel
endpoint_ip: str
voice_port: int
ip: str
port: int
secret_key: List[int]
ssrc: int