UNPKG

twilio-video

Version:

Twilio Video JavaScript Library

11 lines (9 loc) 227 B
/* globals MediaStream */ 'use strict'; if (typeof MediaStream === 'function') { module.exports = MediaStream; } else { module.exports = function MediaStream() { throw new Error('MediaStream is not supported'); }; }