Uses of Interface
org.jitsi.service.neomedia.event.SrtpListener
-
Packages that use SrtpListener Package Description org.jitsi.impl.neomedia.transform.zrtp org.jitsi.service.neomedia -
-
Uses of SrtpListener in org.jitsi.impl.neomedia.transform.zrtp
Methods in org.jitsi.impl.neomedia.transform.zrtp with parameters of type SrtpListener Modifier and Type Method Description voidSecurityEventManager. setSrtpListener(SrtpListener securityListener)Sets a new receiver of the security callback events. -
Uses of SrtpListener in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return SrtpListener Modifier and Type Method Description SrtpListenerAbstractSrtpControl. getSrtpListener()Returns the SrtpListener which listens for security events.SrtpListenerSrtpControl. getSrtpListener()Returns the SrtpListener which listens for security events.Methods in org.jitsi.service.neomedia with parameters of type SrtpListener Modifier and Type Method Description voidAbstractSrtpControl. setSrtpListener(SrtpListener srtpListener)Sets a SrtpListener that will listen for security events.voidSrtpControl. setSrtpListener(SrtpListener srtpListener)Sets a SrtpListener that will listen for security events.
-