void removeStream(StreamDescription stream) {
   stream.onClosing();
   triggerStreamRemoved(stream);
 }