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 StringgetCallId()List<Candidate>getCandidates()LonggetVersion()voidsetCallId(String callId)voidsetCandidates(List<Candidate> candidates)voidsetVersion(Long version)
-