WeibelLab-Teaching / CSE_218_118_Fa20_Team_SRSLy_Joking

1 stars 0 forks source link

Spawn Video Feeds as users join through WebRTC #12

Closed tlsharkey closed 3 years ago

tlsharkey commented 4 years ago

Create new Video Feeds as participants join the call.

siueric0010 commented 3 years ago

I believe this has been implemented via the addStreamer function call whenever a new consumer transport is created. However, we do need functionality for when they close. That means, on a close transport, we need a function that would remove the streamer.

tlsharkey commented 3 years ago

@tlsharkey implement closing feature #37