avoid disposing attached media stream

This commit is contained in:
David Zhao
2021-08-27 15:37:44 -07:00
parent 3a26044399
commit d40d1bb547
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -155,6 +155,7 @@ class _RoomState extends State<RoomWidget> with RoomDelegate {
}
}
// displays a participant in view
class VideoView extends StatefulWidget {
final Participant participant;
final VideoQuality quality;