InviteResponse

constructor(callId: UUID, sdp: String, callerIdName: String, callerIdNumber: String, sessid: String, customHeaders: ArrayList<CustomHeaders> = arrayListOf())

Parameters

callId

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.

callerIdName

the name of the person who sent the invitation

callerIdNumber

the number of the person who sent the invitation

sessid

the Telnyx Session ID on the socket connection.