Uses of Interface
io.antmedia.webrtc.api.IWebRTCClient
Packages that use IWebRTCClient
-
Uses of IWebRTCClient in io.antmedia
Methods in io.antmedia that return types with arguments of type IWebRTCClient -
Uses of IWebRTCClient in io.antmedia.webrtc
Methods in io.antmedia.webrtc with parameters of type IWebRTCClientModifier and TypeMethodDescriptionvoidMockWebRTCAdaptor.adaptStreamingQuality(String streamId, IWebRTCClient webRTCClient, VideoCodec codec) booleanMockWebRTCAdaptor.forceStreamingQuality(String streamId, IWebRTCClient webRTCClient, int streamHeight) booleanMockWebRTCAdaptor.registerWebRTCClient(String streamId, IWebRTCClient webRTCClusterClient, int resolutionHeight, VideoCodec codec) booleanMockWebRTCAdaptor.registerWebRTCClient(String streamId, IWebRTCClient webRTCClient, VideoCodec codec) -
Uses of IWebRTCClient in io.antmedia.webrtc.api
Methods in io.antmedia.webrtc.api that return types with arguments of type IWebRTCClientModifier and TypeMethodDescriptionIWebRTCMuxer.getClientList()Return the list of webrtc clients receiving data from webrtc muxerMethods in io.antmedia.webrtc.api with parameters of type IWebRTCClientModifier and TypeMethodDescriptionvoidIWebRTCAdaptor.adaptStreamingQuality(String streamId, IWebRTCClient webRTCClient, VideoCodec codec) Try to find the best bitrate for the clientbooleanIWebRTCMuxer.contains(IWebRTCClient webRTCClient) booleanIWebRTCAdaptor.forceStreamingQuality(String streamId, IWebRTCClient webRTCClient, int streamHeight) Try to force defined stream quality for the clientbooleanIWebRTCAdaptor.registerWebRTCClient(String streamId, IWebRTCClient webRTCClusterClient, int resolutionHeight, VideoCodec codec) Register to specific resolution It is used in clusteringbooleanIWebRTCAdaptor.registerWebRTCClient(String streamId, IWebRTCClient webRTCClient, VideoCodec codec) voidIWebRTCMuxer.registerWebRTCClient(IWebRTCClient webRTCClient) Register new WebRTCClient to send video data First packet to send should be video conf databooleanIWebRTCMuxer.unRegisterWebRTCClient(IWebRTCClient webRTCClient) Deregisters WebRTCClient from its list and does not send any video or audio packet to this WebRTCClient