This event is generated when user calls another user and the call times out before remote user accepts/declines the call within a company.

Call not answered notification example.

{
   "data":[
      {
         "sender":{
            "_id":"5a7bee68708afc96f9bd945b",
            "username":"johndoe@example.com",
            "displayname":"John Doe",
            "picture_url":"",
            "type":"user"
         },
         "receivers":[
            {
               "_id":"60caffd4f8d404feec662f8a",
               "username":"paulwhite@example.com",
               "displayname":"Paul White",
               "picture_url":"",
               "type":"user"
            }
         ],
         "spaceCallId":"61e8308b363862e53516c82c",
         "topicId":"61ca938f0a96688365c837ff",
         "category":"space.call.not.answered",
         "content":{
            "callType":"spaces"
         },
         "startTime":"2022-01-19T15:38:51.659Z",
         "endTime":"2022-01-19T15:39:21.018Z"
      }
   ],
   "app_client_id":"30d05b9225c306afce3x"
}