UNPKG

twilio-video

Version:

Twilio Video JavaScript Library

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