Package 

Interface LivekitAgentDispatch.AgentDispatchStateOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract List<LivekitAgent.Job> getJobsList()
      For dispatches of tyoe JT_ROOM, there will be at most 1 job. 
      For dispatches of type JT_PUBLISHER, there will be 1 per publisher.
      
      repeated .livekit.Job jobs = 1;
      abstract LivekitAgent.Job getJobs(int index)
      For dispatches of tyoe JT_ROOM, there will be at most 1 job. 
      For dispatches of type JT_PUBLISHER, there will be 1 per publisher.
      
      repeated .livekit.Job jobs = 1;
      abstract int getJobsCount()
      For dispatches of tyoe JT_ROOM, there will be at most 1 job. 
      For dispatches of type JT_PUBLISHER, there will be 1 per publisher.
      
      repeated .livekit.Job jobs = 1;
      abstract long getCreatedAt() int64 created_at = 2;
      abstract long getDeletedAt() int64 deleted_at = 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

      • getJobsList

         abstract List<LivekitAgent.Job> getJobsList()
        For dispatches of tyoe JT_ROOM, there will be at most 1 job. 
        For dispatches of type JT_PUBLISHER, there will be 1 per publisher.
        
        repeated .livekit.Job jobs = 1;
      • getJobs

         abstract LivekitAgent.Job getJobs(int index)
        For dispatches of tyoe JT_ROOM, there will be at most 1 job. 
        For dispatches of type JT_PUBLISHER, there will be 1 per publisher.
        
        repeated .livekit.Job jobs = 1;
      • getJobsCount

         abstract int getJobsCount()
        For dispatches of tyoe JT_ROOM, there will be at most 1 job. 
        For dispatches of type JT_PUBLISHER, there will be 1 per publisher.
        
        repeated .livekit.Job jobs = 1;
      • getCreatedAt

         abstract long getCreatedAt()

        int64 created_at = 2;

      • getDeletedAt

         abstract long getDeletedAt()

        int64 deleted_at = 3;