Advertisement
Guest User

videobridge-sip

a guest
Dec 14th, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. org.ice4j.ice.harvest.DISABLE_AWS_HARVESTER=true
  2. org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES=meet-jit-si-turnrelay.jitsi.net:443
  3.  
  4.  
  5. org.jitsi.videobridge.ENABLE_STATISTICS=true
  6. org.jitsi.videobridge.STATISTICS_TRANSPORT=callstats.io
  7. org.jitsi.videobridge.STATISTICS_INTERVAL.callstats.io=5000
  8.  
  9. org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=172.29.119.98
  10. org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=212.xxx.xxx.84
  11.  
  12. org.jitsi.videobridge.xmpp.user.shard.HOSTNAME=e-konf.xxxxxxx.pl
  13. org.jitsi.videobridge.xmpp.user.shard.DOMAIN=auth.e-konf.waw.xxxxxxx.pl
  14. org.jitsi.videobridge.xmpp.user.shard.USERNAME=jvb
  15. org.jitsi.videobridge.xmpp.user.shard.PASSWORD=<PASSWORD>
  16. org.jitsi.videobridge.xmpp.user.shard.MUC_JIDS=JvbBrewery@internal.auth.e-konf.waw.xxxx.pl
  17. org.jitsi.videobridge.xmpp.user.shard.MUC_NICKNAME=videobridge_backup
  18.  
  19.  
  20. # the callstats credentials
  21. io.callstats.sdk.CallStats.appId=<APPID>
  22. io.callstats.sdk.CallStats.appSecret=<SECRET>
  23.  
  24. # the id of the videobridge
  25. io.callstats.sdk.CallStats.bridgeId=0
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement