Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Enum Classes
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Terminally Deprecated Elements
    Element
    Description
    io.antmedia.websocket.WebSocketConstants.ROOM
  • Deprecated Enum Classes
    Enum Class
    Description
    org.webrtc.Logging.TraceLevel
  • Deprecated Fields
    Field
    Description
    io.antmedia.websocket.WebSocketConstants.ROOM
    org.webrtc.PeerConnection.IceServer.uri
    org.webrtc.PeerConnection.RTCConfiguration.pruneTurnPorts
    org.webrtc.PeerConnectionFactory.VIDEO_FRAME_EMIT_TRIAL
    org.webrtc.VideoCodecInfo.payload
  • Deprecated Methods
    Method
    Description
    org.red5.server.adapter.MultiThreadedApplicationAdapter.getClientTTL()
    org.red5.server.adapter.MultiThreadedApplicationAdapter.getGhostConnsCleanupPeriod()
    org.red5.server.adapter.MultiThreadedApplicationAdapter.setClientTTL(int)
    org.red5.server.adapter.MultiThreadedApplicationAdapter.setGhostConnsCleanupPeriod(int)
    org.red5.server.api.scope.IScope.getConnections()
    Use IScope.getClientConnections() instead
    org.red5.server.api.scope.IScope.lookupConnections(IClient)
    Use IScope.lookupConnection(IClient) instead
    org.red5.server.api.service.ServiceUtils.invokeOnAllConnections(IScope, String, Object[])
    Use ServiceUtils.invokeOnAllScopeConnections(IScope, String, Object[], IPendingServiceCallback) instead
    org.red5.server.api.service.ServiceUtils.invokeOnClient(IClient, IScope, String, Object[], IPendingServiceCallback)
    Use ServiceUtils.invokeOnAllScopeConnections(IScope, String, Object[], IPendingServiceCallback) instead
    org.red5.server.api.service.ServiceUtils.notifyOnAllConnections(IScope, String, Object[])
    Use ServiceUtils.notifyOnAllScopeConnections(IScope, String, Object[]) instead
    org.red5.server.api.service.ServiceUtils.notifyOnClient(IClient, IScope, String, Object[])
    Use ServiceUtils.notifyOnAllScopeConnections(IScope, String, Object[]) instead
    org.red5.server.net.rtmp.RTMPConnection.setId(int)
    org.red5.server.net.rtmp.RTMPMinaIoHandler.setCodecFactory(ProtocolCodecFactory)
    org.red5.server.scope.Scope.getConnections()
    org.red5.server.scope.Scope.getMaxClients()
    org.red5.server.scope.Scope.getTotalClients()
    org.red5.server.scope.Scope.lookupConnections(IClient)
    org.webrtc.ContextUtils.getApplicationContext()
    crbug.com/webrtc/8937
    org.webrtc.EncodedImage.Builder.setCaptureTimeMs(long)
    org.webrtc.Logging.enableTracing(String, EnumSet<Logging.TraceLevel>)
    org.webrtc.PeerConnection.getStats(StatsObserver, MediaStreamTrack)
    org.webrtc.PeerConnectionFactory.createPeerConnection(List<PeerConnection.IceServer>, MediaConstraints, PeerConnection.Observer)
    org.webrtc.PeerConnectionFactory.createPeerConnection(PeerConnection.RTCConfiguration, MediaConstraints, PeerConnection.Observer)
    org.webrtc.PeerConnectionFactory.initializeFieldTrials(String)
    org.webrtc.PeerConnectionFactory.printStackTraces()
  • Deprecated Constructors
    Constructor
    Description
    org.webrtc.PeerConnection.IceServer(String)
    org.webrtc.PeerConnection.IceServer(String, String, String)
    org.webrtc.PeerConnection.IceServer(String, String, String, PeerConnection.TlsCertPolicy)
    org.webrtc.PeerConnection.IceServer(String, String, String, PeerConnection.TlsCertPolicy, String)
    org.webrtc.VideoCodecInfo(int, String, Map<String, String>)
    org.webrtc.VideoEncoder.ScalingSettings(boolean)
    org.webrtc.VideoEncoder.ScalingSettings(boolean, int, int)
    org.webrtc.VideoEncoder.Settings(int, int, int, int, int, int, boolean)
  • Deprecated Enum Constants
    Enum Constant
    Description
    org.webrtc.PeerConnection.SdpSemantics.PLAN_B

Copyright © 2016–2026 Ant Media. All rights reserved.