AcceptCallResponse

data class AcceptCallResponse(@Json(name = "duration") val duration: String)

AcceptCallResponse is the payload for accepting a call.

Constructors

Link copied to clipboard
constructor(@Json(name = "duration") duration: String)

Properties

Link copied to clipboard