summaryrefslogtreecommitdiff
path: root/butterfly/channel/media.py
diff options
context:
space:
mode:
Diffstat (limited to 'butterfly/channel/media.py')
-rw-r--r--butterfly/channel/media.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/butterfly/channel/media.py b/butterfly/channel/media.py
index b2b64d6..038ff19 100644
--- a/butterfly/channel/media.py
+++ b/butterfly/channel/media.py
@@ -99,6 +99,7 @@ class ButterflyMediaChannel(
for stream in call.media_session._streams:
self.on_stream_created(stream)
+ for stream in call.media_session.streams:
self.on_stream_added(stream)
papyon.event.MediaSessionEventInterface.__init__(self, call.media_session)