webcom-reach
Version:
Create apps using WebRTC with Webcom
9 lines (7 loc) • 321 B
JavaScript
/**
* TURN/STUN server configuration
* @typedef {Object} ICEServer
* @property {string|string[]} urls - The server url. (*stun:<ip|hostname>:<port>* or *turn:<ip|hostname>:<port?>*)
* @property {string} [username] - The user name for this server
* @property {string} [credential] - The password for this server
*/