Home Manual Reference Source

src/definitions/ICEServer.js

  1. /**
  2. * TURN/STUN server configuration
  3. * @typedef {Object} ICEServer
  4. * @property {string|string[]} urls - The server url. (*stun:<ip|hostname>:<port>*
  5. * or *turn:<ip|hostname>:<port?>*)
  6. * @property {string} [username] - The user name for this server
  7. * @property {string} [credential] - The password for this server
  8. */