Package 

Interface LivekitRoom.RoomEgressOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasRoom() .livekit.RoomCompositeEgressRequest room = 1;
      abstract LivekitEgress.RoomCompositeEgressRequest getRoom() .livekit.RoomCompositeEgressRequest room = 1;
      abstract boolean hasParticipant() .livekit.AutoParticipantEgress participant = 3;
      abstract LivekitEgress.AutoParticipantEgress getParticipant() .livekit.AutoParticipantEgress participant = 3;
      abstract boolean hasTracks() .livekit.AutoTrackEgress tracks = 2;
      abstract LivekitEgress.AutoTrackEgress getTracks() .livekit.AutoTrackEgress tracks = 2;
      • 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