mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
add type hint
This commit is contained in:
@@ -2162,7 +2162,7 @@ class LocalStreamEndPoint(StreamEndPoint, EventEmitter):
|
||||
def on_abort_command(self):
|
||||
self.emit('abort')
|
||||
|
||||
def on_delayreport_command(self, delay):
|
||||
def on_delayreport_command(self, delay: int):
|
||||
self.emit('delay_report', delay)
|
||||
|
||||
def on_rtp_channel_open(self):
|
||||
|
||||
Reference in New Issue
Block a user