Take control over your live stream video by running it yourself. Streaming + chat out of the box.
 
 
 
 
 
 

3 lines
147 B

export default function _iterableToArray(iter) {
if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
}