Answer
data class Answer(val answer: SessionDescription) : ClientToClientMessage
Content copied to clipboard
A message which indicates an answer from one client to an offer.
Parameters
answer
the SessionDescription of the answer.
A message which indicates an answer from one client to an offer.
the SessionDescription of the answer.