Class 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.

    • Field Detail

      • callId

        private String callId
        Required. The ID of the call this event relates to.
      • candidates

        private List<Candidate> candidates
        Required. Array of objects describing the candidates.
      • version

        private Long version
        Required. The version of the VoIP specification this messages adheres to. This specification is version 0.
    • Constructor Detail

      • CallCandidatesContent

        public CallCandidatesContent()
    • Method Detail

      • getCallId

        public String getCallId()
      • setCallId

        public void setCallId​(String callId)
      • setCandidates

        public void setCandidates​(List<Candidate> candidates)
      • getVersion

        public Long getVersion()
      • setVersion

        public void setVersion​(Long version)