typedef enum { CreateCallInfo, SetCallInfo, DeleteCallInfo, AddParty, DeleteParty } TSetOpType;
CreateCallInfo
—
Request to create new call information.
SetCallInfo
—
Request to set call information.
DeleteCallInfo
—
Request to delete call information.
AddParty
—
Request to add a party to the
existing call information.
DeleteParty
—
Request to delete a party from
the existing call information.