forked from auracaster/bumble_mirror
Merge pull request #506 from google/gbg/a2dp-fixes
a2dp: emit delay_report
This commit is contained in:
@@ -2162,6 +2162,9 @@ class LocalStreamEndPoint(StreamEndPoint, EventEmitter):
|
|||||||
def on_abort_command(self):
|
def on_abort_command(self):
|
||||||
self.emit('abort')
|
self.emit('abort')
|
||||||
|
|
||||||
|
def on_delayreport_command(self, delay: int):
|
||||||
|
self.emit('delay_report', delay)
|
||||||
|
|
||||||
def on_rtp_channel_open(self):
|
def on_rtp_channel_open(self):
|
||||||
self.emit('rtp_channel_open')
|
self.emit('rtp_channel_open')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user