Guava.CallInfo.PSTN (Guava v0.34.0)

Copy Markdown View Source

A public-switched-telephone-network (phone) call.

Summary

Types

t()

@type t() :: %Guava.CallInfo.PSTN{
  call_type: String.t(),
  caller_id: String.t() | nil,
  from_number: String.t() | nil,
  to_number: String.t() | nil
}