-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAgentDispatch.AgentDispatchStateOrBuilder implements MessageLiteOrBuilder
-
-
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.JobgetJobs(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 intgetJobsCount()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 longgetCreatedAt()int64 created_at = 2;abstract longgetDeletedAt()int64 deleted_at = 3;-
-
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;
-
-
-
-