As soon as a conference ends, callstats.io sends a notification directly to Slack or a custom WebHook URL. The summary includes the conference name, time, participant info, errors, and more.
An example of the JSON format of the conference summary is given below.
{ "confID":"callstats-sync", "setupStatus":"success", "userCount":2, "fabricSetupErrors":[], "fabricTerminationStatuses":
[{
"reason":"timeout",
"connectionID":"j779b5qpfg",
"localID":"binoy",
"remoteID":"marcin",
"timestamp":1.5209716083952598E12
},
{
"reason":"timeout",
"connectionID":"deg9bfwkh2",
"localID":"marcin",
"remoteID":"binoy",
"timestamp":1.52097160834808E12
}],
"terminationStatus":"success",
"startTime":"1520971568228",
"endTime":"1520971620119",
"userIDList":["binoy","marcin"],
"fabricSetupTimes":
{
"minSetupDelay":158.30005,
"maxSetupDelay":268,
"meanSetupDelay":213.150025,
"medianSetupDelay":213.150025
},
"conferenceUrl":"https://dashboard.callstats.io/apps/15678908778/conferences/callstats-sync/1520971568228/overview"
}
You can configure this notification in App Settings > Notifications.
Comments
0 comments
Please sign in to leave a comment.