Package 

Interface LivekitIngress.CreateIngressRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getInputTypeValue() .livekit.IngressInput input_type = 1;
      abstract LivekitIngress.IngressInput getInputType() .livekit.IngressInput input_type = 1;
      abstract String getUrl()
      Where to pull media from, only for URL input type
      
      string url = 9;
      abstract ByteString getUrlBytes()
      Where to pull media from, only for URL input type
      
      string url = 9;
      abstract String getName()
      User provided identifier for the ingress
      
      string name = 2;
      abstract ByteString getNameBytes()
      User provided identifier for the ingress
      
      string name = 2;
      abstract String getRoomName()
      room to publish to
      
      string room_name = 3;
      abstract ByteString getRoomNameBytes()
      room to publish to
      
      string room_name = 3;
      abstract String getParticipantIdentity()
      publish as participant
      
      string participant_identity = 4;
      abstract ByteString getParticipantIdentityBytes()
      publish as participant
      
      string participant_identity = 4;
      abstract String getParticipantName()
      name of publishing participant (used for display only)
      
      string participant_name = 5;
      abstract ByteString getParticipantNameBytes()
      name of publishing participant (used for display only)
      
      string participant_name = 5;
      abstract String getParticipantMetadata()
      metadata associated with the publishing participant
      
      string participant_metadata = 10;
      abstract ByteString getParticipantMetadataBytes()
      metadata associated with the publishing participant
      
      string participant_metadata = 10;
      abstract boolean getBypassTranscoding()
      [depreacted ] whether to pass through the incoming media without transcoding, only compatible with some input types. Use `enable_transcoding` instead.
      
      bool bypass_transcoding = 8 [deprecated = true];
      abstract boolean hasEnableTranscoding()
      Whether to transcode the ingested media. Only WHIP supports disabling transcoding currently. WHIP will default to transcoding disabled. Replaces `bypass_transcoding. 
      
      optional bool enable_transcoding = 11;
      abstract boolean getEnableTranscoding()
      Whether to transcode the ingested media. Only WHIP supports disabling transcoding currently. WHIP will default to transcoding disabled. Replaces `bypass_transcoding. 
      
      optional bool enable_transcoding = 11;
      abstract boolean hasAudio() .livekit.IngressAudioOptions audio = 6;
      abstract LivekitIngress.IngressAudioOptions getAudio() .livekit.IngressAudioOptions audio = 6;
      abstract boolean hasVideo() .livekit.IngressVideoOptions video = 7;
      abstract LivekitIngress.IngressVideoOptions getVideo() .livekit.IngressVideoOptions video = 7;
      abstract boolean hasEnabled()
      The default value is true and when set to false, the new connection attempts will be rejected
      
      optional bool enabled = 12;
      abstract boolean getEnabled()
      The default value is true and when set to false, the new connection attempts will be rejected
      
      optional bool enabled = 12;
      • 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

      • getInputTypeValue

         abstract int getInputTypeValue()

        .livekit.IngressInput input_type = 1;

      • getUrl

         abstract String getUrl()
        Where to pull media from, only for URL input type
        
        string url = 9;
      • getUrlBytes

         abstract ByteString getUrlBytes()
        Where to pull media from, only for URL input type
        
        string url = 9;
      • getName

         abstract String getName()
        User provided identifier for the ingress
        
        string name = 2;
      • getNameBytes

         abstract ByteString getNameBytes()
        User provided identifier for the ingress
        
        string name = 2;
      • getRoomNameBytes

         abstract ByteString getRoomNameBytes()
        room to publish to
        
        string room_name = 3;
      • getParticipantIdentityBytes

         abstract ByteString getParticipantIdentityBytes()
        publish as participant
        
        string participant_identity = 4;
      • getParticipantName

         abstract String getParticipantName()
        name of publishing participant (used for display only)
        
        string participant_name = 5;
      • getParticipantNameBytes

         abstract ByteString getParticipantNameBytes()
        name of publishing participant (used for display only)
        
        string participant_name = 5;
      • getParticipantMetadata

         abstract String getParticipantMetadata()
        metadata associated with the publishing participant
        
        string participant_metadata = 10;
      • getParticipantMetadataBytes

         abstract ByteString getParticipantMetadataBytes()
        metadata associated with the publishing participant
        
        string participant_metadata = 10;
      • getBypassTranscoding

        @Deprecated() abstract boolean getBypassTranscoding()
        [depreacted ] whether to pass through the incoming media without transcoding, only compatible with some input types. Use `enable_transcoding` instead.
        
        bool bypass_transcoding = 8 [deprecated = true];
      • hasEnableTranscoding

         abstract boolean hasEnableTranscoding()
        Whether to transcode the ingested media. Only WHIP supports disabling transcoding currently. WHIP will default to transcoding disabled. Replaces `bypass_transcoding. 
        
        optional bool enable_transcoding = 11;
      • getEnableTranscoding

         abstract boolean getEnableTranscoding()
        Whether to transcode the ingested media. Only WHIP supports disabling transcoding currently. WHIP will default to transcoding disabled. Replaces `bypass_transcoding. 
        
        optional bool enable_transcoding = 11;
      • hasAudio

         abstract boolean hasAudio()

        .livekit.IngressAudioOptions audio = 6;

      • hasVideo

         abstract boolean hasVideo()

        .livekit.IngressVideoOptions video = 7;

      • hasEnabled

         abstract boolean hasEnabled()
        The default value is true and when set to false, the new connection attempts will be rejected
        
        optional bool enabled = 12;
      • getEnabled

         abstract boolean getEnabled()
        The default value is true and when set to false, the new connection attempts will be rejected
        
        optional bool enabled = 12;