we can server jitsi meet web front according to the user geographical area using aws route53. if we want client communicate with nearest jitsi-videobridge then we have to load different meet configuration with userRegion. so we can use this methonoly for load diffent configurations with jitsi-meet.
- you can flow this blog for jitsi meet s3 configuration
- change jitsi-meet configutaion with userregion
config.deploymentInfo: {
region: 'eu-central-1',
userRegion: 'eu-central-1',
},
- create multiple s3 install according to geographical area and change the configuration above manner
- use cloudfront distrubution to every s3 bucket with ssl
- make cloudfront alise with you domain and keep remember change the routing policy choosing Geolocation
Leave a Comment