Searched refs:callEvent (Results 1 – 1 of 1) sorted by relevance
1204 private static <T> JSONObject buildCallEvent(InCallServiceImpl.CallEvent<T> callEvent) in buildCallEvent() argument1207 jsonEvent.put("CallId", callEvent.getCallId()); in buildCallEvent()1208 jsonEvent.put("Event", build(callEvent.getEvent())); in buildCallEvent()