Class CallCandidatesContent
- java.lang.Object
-
- io.github.ma1uta.matrix.event.content.CallCandidatesContent
-
- All Implemented Interfaces:
EventContent
public class CallCandidatesContent extends Object implements EventContent
Message Event.This event is sent by callers after sending an invite and by the callee after answering. Its purpose is to give the other party additional ICE candidates to try using to communicate.
-
-
Constructor Summary
Constructors Constructor Description CallCandidatesContent()
-
Method Summary
Modifier and Type Method Description String
getCallId()
List<Candidate>
getCandidates()
Long
getVersion()
void
setCallId(String callId)
void
setCandidates(List<Candidate> candidates)
void
setVersion(Long version)
-