Uses of Interface
io.antmedia.webrtc.api.IWebRTCMuxer
Packages that use IWebRTCMuxer
-
Uses of IWebRTCMuxer in io.antmedia.webrtc
Methods in io.antmedia.webrtc with parameters of type IWebRTCMuxerModifier and TypeMethodDescriptionvoid
MockWebRTCAdaptor.registerMuxer
(String streamId, IWebRTCMuxer webRTCMuxer) void
MockWebRTCAdaptor.unRegisterMuxer
(String streamId, IWebRTCMuxer webRTCMuxer) -
Uses of IWebRTCMuxer in io.antmedia.webrtc.api
Methods in io.antmedia.webrtc.api that return IWebRTCMuxerMethods in io.antmedia.webrtc.api with parameters of type IWebRTCMuxerModifier and TypeMethodDescriptionvoid
IWebRTCClient.addWebRTCMuxer
(IWebRTCMuxer webRTCMuxer) void
IWebRTCAdaptor.registerMuxer
(String streamId, IWebRTCMuxer webRTCMuxer) void
IWebRTCClient.removeWebRTCMuxer
(IWebRTCMuxer webRTCMuxer) void
IWebRTCAdaptor.unRegisterMuxer
(String streamId, IWebRTCMuxer webRTCMuxer)