emit delay_report

This commit is contained in:
Gilles Boccon-Gibod
2024-07-03 13:51:15 -07:00
parent 32a41a815d
commit 27791cf218

View File

@@ -2162,6 +2162,9 @@ class LocalStreamEndPoint(StreamEndPoint, EventEmitter):
def on_abort_command(self):
self.emit('abort')
def on_delayreport_command(self, delay):
self.emit('delay_report', delay)
def on_rtp_channel_open(self):
self.emit('rtp_channel_open')