This event is generated when remote user accepts the call within a company.

Call accepted notification example.

{
   "sender":{
      "_id":"60caffd4f8d404feec662f8a",
      "username":"johndoe@example.com",
      "displayname":"John Doe",
      "picture_url":"",
      "type":"user"
   },
   "receivers":[
      {
         "_id":"5a7bee68708afc96f9bd945b",
         "username":"paulwhite@example.com",
         "displayname":"Paul White",
         "picture_url":"",
         "type":"user"
      }
   ],
   "spaceCallId":"61e83035363862723416c558",
   "topicId":"61ca938f0a96688365c837ff",
   "category":"space.call.accepted",
   "content":{
      "callType":"spaces"
   },
   "startTime":"2022-01-19T15:37:45.345Z",
   "endTime":"2022-01-19T15:37:45.345Z"
}