Interface Signals.CandidateOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Signals.Candidate, Signals.Candidate.Builder
    Enclosing class:
    Signals

    public static interface Signals.CandidateOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Signals.ICECandidate getCandidate()
      a single candidate emitted from onIceCandidate
      Signals.ICECandidateOrBuilder getCandidateOrBuilder()
      a single candidate emitted from onIceCandidate
      java.lang.String getSfuId()
      string sfu_id = 3;
      com.google.protobuf.ByteString getSfuIdBytes()
      string sfu_id = 3;
      Signals.Candidate.Type getType()
      .mux.spaces.api.Candidate.Type type = 2;
      int getTypeValue()
      .mux.spaces.api.Candidate.Type type = 2;
      boolean hasCandidate()
      a single candidate emitted from onIceCandidate
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCandidate

        boolean hasCandidate()
         a single candidate emitted from onIceCandidate
         
        .mux.spaces.api.ICECandidate candidate = 1;
        Returns:
        Whether the candidate field is set.
      • getCandidate

        Signals.ICECandidate getCandidate()
         a single candidate emitted from onIceCandidate
         
        .mux.spaces.api.ICECandidate candidate = 1;
        Returns:
        The candidate.
      • getCandidateOrBuilder

        Signals.ICECandidateOrBuilder getCandidateOrBuilder()
         a single candidate emitted from onIceCandidate
         
        .mux.spaces.api.ICECandidate candidate = 1;
      • getTypeValue

        int getTypeValue()
        .mux.spaces.api.Candidate.Type type = 2;
        Returns:
        The enum numeric value on the wire for type.
      • getSfuId

        java.lang.String getSfuId()
        string sfu_id = 3;
        Returns:
        The sfuId.
      • getSfuIdBytes

        com.google.protobuf.ByteString getSfuIdBytes()
        string sfu_id = 3;
        Returns:
        The bytes for sfuId.