Answer Response
data class AnswerResponse(val callId: UUID, val sdp: String, val customHeaders: ArrayList<CustomHeaders> = arrayListOf()) : ReceivedResult
A response to an invitation that the user created. Someone has answered your call.
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.