Skip to content

Commit 2e1f832

Browse files
committed
Rename from siteTitle to siteName
1 parent 42842f6 commit 2e1f832

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ It's emitted in the SUBMITTED event under the videomail object:
240240
"key": "11e8-de52-55ac2630-b22b-71959562a989",
241241
"expirationPretty": "1 hour",
242242
"expiresAfter": 1541134189811,
243-
"siteTitle": "Videomail Client Example",
243+
"siteName": "Videomail Client Example",
244244
"webm": "https://videomail.io/videomail/some-subject-183622500964/type/webm/",
245245
"poster": "https://videomail.io/videomail/some-subject-183622500964/poster/",
246246
"dateCreatedPretty": "Nov 2, 2018, 4:49 PM",

src/types/Videomail.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export interface Videomail {
5454

5555
whitelistKey: string;
5656

57-
// TODO Double check, probably not needed.
58-
siteTitle?: string;
57+
// Never stored, for snapshots only and retrieved via whitelist key
58+
siteName?: string;
5959

6060
url: string;
6161
userKey?: string;

0 commit comments

Comments
 (0)