This event is generated when call offer is sent to remote user within a company in peer to peer call.

Call offer 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.offer",
         "content":{
            "callType":"spaces"
         },
         "startTime":"2022-01-19T15:37:25.212Z",
         "endTime":"2022-01-19T15:37:26.427Z"
      }
   ],
   "app_client_id":"30d05b9225c306afce3x"
}