Answer

data class Answer(val answer: SessionDescription) : ClientToClientMessage

A message which indicates an answer from one client to an offer.

Parameters

answer

the SessionDescription of the answer.

Constructors

Link copied to clipboard
fun Answer(answer: SessionDescription)

Properties

Link copied to clipboard
val answer: SessionDescription