const users = this.props.room.participants.filter(u => u.stream && u.uid !== this.props.current.uid);