You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930
  1. var config = {
  2. hosts: {
  3. domain: 'jitsi-meet.example.com',
  4. //anonymousdomain: 'guest.example.com',
  5. muc: 'conference.jitsi-meet.example.com', // FIXME: use XEP-0030
  6. bridge: 'jitsi-videobridge.jitsi-meet.example.com', // FIXME: use XEP-0030
  7. //call_control: 'callcontrol.jitsi-meet.example.com'
  8. },
  9. // getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; },
  10. // useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
  11. // useIPv6: true, // ipv6 support. use at your own risk
  12. useNicks: false,
  13. bosh: '//jitsi-meet.example.com/http-bind', // FIXME: use xep-0156 for that
  14. clientNode: 'http://jitsi.org/jitsimeet', // The name of client node advertised in XEP-0115 'c' stanza
  15. //defaultSipNumber: '', // Default SIP number
  16. desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
  17. chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
  18. desktopSharingSources: ['screen', 'window'],
  19. minChromeExtVersion: '0.1', // Required version of Chrome extension
  20. enableRtpStats: true, // Enables RTP stats processing
  21. openSctp: true, // Toggle to enable/disable SCTP channels
  22. channelLastN: -1, // The default value of the channel attribute last-n.
  23. adaptiveLastN: false,
  24. useRtcpMux: true,
  25. useBundle: true,
  26. enableRecording: false,
  27. enableWelcomePage: false,
  28. enableSimulcast: false,
  29. isBrand: false
  30. };