-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRoom.RoomEgressOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasRoom().livekit.RoomCompositeEgressRequest room = 1;abstract LivekitEgress.RoomCompositeEgressRequestgetRoom().livekit.RoomCompositeEgressRequest room = 1;abstract booleanhasParticipant().livekit.AutoParticipantEgress participant = 3;abstract LivekitEgress.AutoParticipantEgressgetParticipant().livekit.AutoParticipantEgress participant = 3;abstract booleanhasTracks().livekit.AutoTrackEgress tracks = 2;abstract LivekitEgress.AutoTrackEgressgetTracks().livekit.AutoTrackEgress tracks = 2;-
-
Method Detail
-
hasRoom
abstract boolean hasRoom()
.livekit.RoomCompositeEgressRequest room = 1;
-
getRoom
abstract LivekitEgress.RoomCompositeEgressRequest getRoom()
.livekit.RoomCompositeEgressRequest room = 1;
-
hasParticipant
abstract boolean hasParticipant()
.livekit.AutoParticipantEgress participant = 3;
-
getParticipant
abstract LivekitEgress.AutoParticipantEgress getParticipant()
.livekit.AutoParticipantEgress participant = 3;
-
hasTracks
abstract boolean hasTracks()
.livekit.AutoTrackEgress tracks = 2;
-
getTracks
abstract LivekitEgress.AutoTrackEgress getTracks()
.livekit.AutoTrackEgress tracks = 2;
-
-
-
-