VOIP RTP cleanup (#150490)

This commit is contained in:
Jamin
2025-08-17 09:16:20 -05:00
committed by GitHub
parent 3496494290
commit c951728767

View File

@@ -364,6 +364,7 @@ class VoipAssistSatellite(VoIPEntity, AssistSatelliteEntity, RtpDatagramProtocol
if self._check_hangup_task is not None: if self._check_hangup_task is not None:
self._check_hangup_task.cancel() self._check_hangup_task.cancel()
self._check_hangup_task = None self._check_hangup_task = None
self._rtp_port = None
def connection_made(self, transport): def connection_made(self, transport):
"""Server is ready.""" """Server is ready."""