diff libervia/web/pages/calls/_browser/webrtc.py @ 1577:9ba532041a8e

browser (chat): implement message reactions.
author Goffi <goffi@goffi.org>
date Wed, 22 Nov 2023 16:31:36 +0100
parents e65d2ef1ded4
children 0a4433a343a3
line wrap: on
line diff
--- a/libervia/web/pages/calls/_browser/webrtc.py	Wed Nov 22 16:31:36 2023 +0100
+++ b/libervia/web/pages/calls/_browser/webrtc.py	Wed Nov 22 16:31:36 2023 +0100
@@ -234,7 +234,6 @@
         """
         log.debug(f"on ice candidate {event.candidate=}")
         if event.candidate and event.candidate.candidate:
-            window.last_event = event
             parsed_candidate = self.parse_ice_candidate(event.candidate.candidate)
             if parsed_candidate is None:
                 return