Invite Response
data class InviteResponse(val callId: UUID, val sdp: String, val callerIdName: String, val callerIdNumber: String, val sessid: String, val customHeaders: ArrayList<CustomHeaders> = arrayListOf()) : ReceivedResult
An invitation response containing the required information
Parameters
call Id
a unique UUID that represents each ongoing call.
sdp
the Session Description Protocol that is received as a part of the answer to the call.
caller Id Name
the name of the person who sent the invitation
caller Id Number
the number of the person who sent the invitation
sessid
the Telnyx Session ID on the socket connection.