In a later diff, we end up with an import cycle after adding an action type constant to this file and importing it from CallKeyserverEndpointProvider.
To avoid that import cycle, I decided to move the action types in this file to another file. I then modified the following diff to define the new action type constant in the new file.
Depends on D10946