Created
December 2, 2015 22:50
-
-
Save nickfun/17db8656b4e3825a274c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"style": [ | |
"well", | |
"well-large", | |
"text-center" | |
], | |
"value": null, | |
"subComponents": [ | |
{ | |
"style": [ | |
"header3" | |
], | |
"value": "No Completed Conversations", | |
"subComponents": [], | |
"key": null, | |
"friendlyName": "nothing", | |
"type": "text", | |
"condition": null | |
}, | |
{ | |
"style": [], | |
"value": "Conversations enable you to build applications with multi-party video. To start using Conversations,\n\t\t", | |
"subComponents": [], | |
"key": null, | |
"friendlyName": null, | |
"type": "text", | |
"condition": null | |
}, | |
{ | |
"style": [], | |
"condition": null, | |
"value": "download the Twilio RTC SDKs", | |
"label": null, | |
"href": "\/user\/account\/video\/sdks", | |
"external": null, | |
"key": null, | |
"friendlyName": null, | |
"subComponents": [], | |
"type": "link", | |
"externalIcon": null, | |
"append": null | |
} | |
], | |
"key": null, | |
"friendlyName": null, | |
"type": "container", | |
"condition": "!." | |
}, | |
{ | |
"style": [], | |
"value": null, | |
"subComponents": [], | |
"key": null, | |
"friendlyName": null, | |
"type": "filter", | |
"condition": "." | |
}, | |
{ | |
"style": [], | |
"value": null, | |
"subComponents": [ | |
{ | |
"style": [], | |
"condition": null, | |
"value": null, | |
"label": null, | |
"href": "\/user\/account\/log\/conversations\/<conversation_sid>", | |
"external": null, | |
"key": null, | |
"friendlyName": "Start Date", | |
"subComponents": [ | |
{ | |
"style": [], | |
"format": "H:i:s T Y-m-d", | |
"value": "start_time", | |
"subComponents": [], | |
"key": null, | |
"friendlyName": null, | |
"type": "date", | |
"condition": null | |
} | |
], | |
"type": "link", | |
"externalIcon": null, | |
"append": null | |
}, | |
{ | |
"style": [], | |
"format": "H:i:s T Y-m-d", | |
"value": "end_time", | |
"subComponents": [], | |
"key": null, | |
"friendlyName": "End Time", | |
"type": "date", | |
"condition": null | |
}, | |
{ | |
"style": [ | |
"capitalized" | |
], | |
"value": "status", | |
"subComponents": [], | |
"key": null, | |
"friendlyName": "Status", | |
"type": "text", | |
"condition": null | |
}, | |
{ | |
"style": [], | |
"value": "duration", | |
"subComponents": [], | |
"key": null, | |
"friendlyName": "Duration", | |
"type": "duration", | |
"condition": null | |
} | |
], | |
"key": null, | |
"friendlyName": null, | |
"type": "table", | |
"condition": "." | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment