|
|
@@ -106,5 +106,12 @@ var config = { // eslint-disable-line no-unused-vars
|
|
106
|
106
|
// How long we're going to wait, before going back to P2P after
|
|
107
|
107
|
// the 3rd participant has left the conference (to filter out page reload)
|
|
108
|
108
|
//backToP2PDelay: 5
|
|
|
109
|
+ },
|
|
|
110
|
+ // Information about the jitsi-meet instance we are connecting to, including the
|
|
|
111
|
+ // user region as seen by the server.
|
|
|
112
|
+ deploymentInfo: {
|
|
|
113
|
+ //shard: "shard1",
|
|
|
114
|
+ //region: "europe",
|
|
|
115
|
+ //userRegion: "asia"
|
|
109
|
116
|
}
|
|
110
|
117
|
};
|