toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
multimedia-service
/
piperkt.services.multimedia.interfaces.websockets
/
MultimediaProtocolMessage
/
AnswerMessage
Answer
Message
data
class
AnswerMessage
(
val
from
:
String
,
val
to
:
String
,
val
answer
:
RTCSessionDescription
)
:
MultimediaProtocolMessage
Members
Constructors
Answer
Message
Link copied to clipboard
constructor
(
from
:
String
,
to
:
String
,
answer
:
RTCSessionDescription
)
Properties
answer
Link copied to clipboard
val
answer
:
RTCSessionDescription
from
Link copied to clipboard
val
from
:
String
to
Link copied to clipboard
val
to
:
String