Umair Syed

Results 2 comments of Umair Syed

I am facing the same issue. Any luck? I tried pushing different frames like `CancelFrame` etc when `StartInterruptionFrame` frame is broadcasted but no luck. How to fix it?

> ```python > answer = {"event": "clear", "streamSid": self.stream_sid} > await self._websocket.send_text(json.dumps(answer)) > ``` @nulyang thank you so much. It worked for me as well like a breeze. Appreciate your...