The action to take for an incoming call: accept or decline.
Returned from an on_call_received handler. Use the accept/0 and
decline/0 helpers, or the structs directly.
Summary
Types
@type t() :: Guava.IncomingCallAction.Accept.t() | Guava.IncomingCallAction.Decline.t()
Functions
@spec accept() :: Guava.IncomingCallAction.Accept.t()
Accept the incoming call.
@spec decline() :: Guava.IncomingCallAction.Decline.t()
Decline the incoming call.