package phone

type Call struct {
	From  string `json:"from"`
	Offer string `json:"offer"`
}
