Class MediaLiveEventConnectionRejectedEventData


  • public final class MediaLiveEventConnectionRejectedEventData
    extends Object
    Encoder connection rejected event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventConnectionRejected event.
    • Constructor Detail

      • MediaLiveEventConnectionRejectedEventData

        public MediaLiveEventConnectionRejectedEventData()
    • Method Detail

      • getIngestUrl

        public String getIngestUrl()
        Get the ingestUrl property: Gets the ingest URL provided by the live event.
        Returns:
        the ingestUrl value.
      • getStreamId

        public String getStreamId()
        Get the streamId property: Gets the stream Id.
        Returns:
        the streamId value.
      • getEncoderIp

        public String getEncoderIp()
        Get the encoderIp property: Gets the remote IP.
        Returns:
        the encoderIp value.
      • getEncoderPort

        public String getEncoderPort()
        Get the encoderPort property: Gets the remote port.
        Returns:
        the encoderPort value.
      • getResultCode

        public String getResultCode()
        Get the resultCode property: Gets the result code.
        Returns:
        the resultCode value.