Package 

Interface LivekitRtc.SessionDescriptionOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getType()
      "answer" | "offer" | "pranswer" | "rollback"
      
      string type = 1;
      abstract ByteString getTypeBytes()
      "answer" | "offer" | "pranswer" | "rollback"
      
      string type = 1;
      abstract String getSdp() string sdp = 2;
      abstract ByteString getSdpBytes() string sdp = 2;
      abstract int getId() uint32 id = 3;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getType

         abstract String getType()
        "answer" | "offer" | "pranswer" | "rollback"
        
        string type = 1;
      • getTypeBytes

         abstract ByteString getTypeBytes()
        "answer" | "offer" | "pranswer" | "rollback"
        
        string type = 1;
      • getSdpBytes

         abstract ByteString getSdpBytes()

        string sdp = 2;

      • getId

         abstract int getId()

        uint32 id = 3;