net.java.sip.communicator.service.protocol.event
Class CallPeerSecurityOffEvent
java.lang.Object
java.util.EventObject
net.java.sip.communicator.service.protocol.event.CallPeerSecurityStatusEvent
net.java.sip.communicator.service.protocol.event.CallPeerSecurityOffEvent
- All Implemented Interfaces:
- Serializable
public class CallPeerSecurityOffEvent
- extends CallPeerSecurityStatusEvent
The CallPeerSecurityAuthenticationEvent is triggered whenever
a the security strings are received in a secure call.
- Author:
- Yana Stamcheva
- See Also:
- Serialized Form
CallPeerSecurityOffEvent
public CallPeerSecurityOffEvent(CallPeer callPeer,
int sessionType)
- The event constructor.
- Parameters:
callPeer - the call peer associated with this eventsessionType - the type of the session: audio or video
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.