This event is generated when call is ended by any user in peer to peer call within a company.

Call ended 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":"61e83035363862723416c558",
         "topicId":"61ca938f0a96688365c837ff",
         "category":"space.call.ended",
         "content":{
            "callType":"spaces"
         },
         "startTime":"2022-01-19T15:37:50.553Z",
         "endTime":"2022-01-19T15:38:07.558Z"
      }
   ],
   "app_client_id":"30d05b9225c306afce3x"
}