-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitInternal.RoomInternalOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasTrackEgress().livekit.AutoTrackEgress track_egress = 1;abstract LivekitEgress.AutoTrackEgressgetTrackEgress().livekit.AutoTrackEgress track_egress = 1;abstract booleanhasParticipantEgress().livekit.AutoParticipantEgress participant_egress = 2;abstract LivekitEgress.AutoParticipantEgressgetParticipantEgress().livekit.AutoParticipantEgress participant_egress = 2;abstract booleanhasPlayoutDelay().livekit.PlayoutDelay playout_delay = 3;abstract LivekitModels.PlayoutDelaygetPlayoutDelay().livekit.PlayoutDelay playout_delay = 3;abstract List<LivekitAgentDispatch.RoomAgentDispatch>getAgentDispatchesList()repeated .livekit.RoomAgentDispatch agent_dispatches = 5;abstract LivekitAgentDispatch.RoomAgentDispatchgetAgentDispatches(int index)repeated .livekit.RoomAgentDispatch agent_dispatches = 5;abstract intgetAgentDispatchesCount()repeated .livekit.RoomAgentDispatch agent_dispatches = 5;abstract booleangetSyncStreams()bool sync_streams = 4;abstract booleangetReplayEnabled()bool replay_enabled = 6;-
-
Method Detail
-
hasTrackEgress
abstract boolean hasTrackEgress()
.livekit.AutoTrackEgress track_egress = 1;
-
getTrackEgress
abstract LivekitEgress.AutoTrackEgress getTrackEgress()
.livekit.AutoTrackEgress track_egress = 1;
-
hasParticipantEgress
abstract boolean hasParticipantEgress()
.livekit.AutoParticipantEgress participant_egress = 2;
-
getParticipantEgress
abstract LivekitEgress.AutoParticipantEgress getParticipantEgress()
.livekit.AutoParticipantEgress participant_egress = 2;
-
hasPlayoutDelay
abstract boolean hasPlayoutDelay()
.livekit.PlayoutDelay playout_delay = 3;
-
getPlayoutDelay
abstract LivekitModels.PlayoutDelay getPlayoutDelay()
.livekit.PlayoutDelay playout_delay = 3;
-
getAgentDispatchesList
abstract List<LivekitAgentDispatch.RoomAgentDispatch> getAgentDispatchesList()
repeated .livekit.RoomAgentDispatch agent_dispatches = 5;
-
getAgentDispatches
abstract LivekitAgentDispatch.RoomAgentDispatch getAgentDispatches(int index)
repeated .livekit.RoomAgentDispatch agent_dispatches = 5;
-
getAgentDispatchesCount
abstract int getAgentDispatchesCount()
repeated .livekit.RoomAgentDispatch agent_dispatches = 5;
-
getSyncStreams
abstract boolean getSyncStreams()
bool sync_streams = 4;
-
getReplayEnabled
abstract boolean getReplayEnabled()
bool replay_enabled = 6;
-
-
-
-