|
@@ -191,9 +191,30 @@
|
191
|
191
|
},
|
192
|
192
|
"email":
|
193
|
193
|
{
|
194
|
|
- "sharedKey": "This conference is password protected. Please use the following pin when joining:\n\n __sharedKey__ \n\n",
|
|
194
|
+ "sharedKey": [
|
|
195
|
+ "This conference is password protected. Please use the following pin when joining:",
|
|
196
|
+ "",
|
|
197
|
+ "",
|
|
198
|
+ "__sharedKey__",
|
|
199
|
+ "",
|
|
200
|
+ ""],
|
195
|
201
|
"subject": "Invitation to a __appName__ (__conferenceName__)",
|
196
|
|
- "body": "Hey there, I%27d like to invite you to a __appName__ conference I%27ve just set up.\n\nPlease click on the following link in order to join the conference.\n\n __roomUrl__\n\n__sharedKeyText__ Note that __appName__ is currently only supported by __supportedBrowsers__, so you need to be using one of these browsers.\n\nTalk to you in a sec!",
|
|
202
|
+ "body": [
|
|
203
|
+ "Hey there, I%27d like to invite you to a __appName__ conference I%27ve just set up.",
|
|
204
|
+ "",
|
|
205
|
+ "",
|
|
206
|
+ "Please click on the following link in order to join the conference.",
|
|
207
|
+ "",
|
|
208
|
+ "",
|
|
209
|
+ "__roomUrl__",
|
|
210
|
+ "",
|
|
211
|
+ "",
|
|
212
|
+ "__sharedKeyText__",
|
|
213
|
+ " Note that __appName__ is currently only supported by __supportedBrowsers__, so you need to be using one of these browsers.",
|
|
214
|
+ "",
|
|
215
|
+ "",
|
|
216
|
+ "Talk to you in a sec!"
|
|
217
|
+ ],
|
197
|
218
|
"and": "and"
|
198
|
219
|
}
|
199
|
220
|
}
|