Skip to content

Instantly share code, notes, and snippets.

View bhanu2217's full-sized avatar

Bhanu Pratap Singh bhanu2217

View GitHub Profile
plugin_paths = { "/usr/share/jitsi-meet/prosody-plugins/" }
-- domain mapper options, must at least have domain base set to use the mapper
muc_mapper_domain_base = "ionameet.tk";
turncredentials_secret = "TURN_SECRET";
turncredentials = {
{ type = "stun", host = "ionameet.tk", port = "443" },
{ type = "turn", host = "ionameet.tk", port = "443", transport = "udp" },
/* eslint-disable no-unused-vars, no-var */
var config = {
// Connection
//
hosts: {
// XMPP domain.
domain: 'ionameet.tk',