Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.jabber
Interface CandidatesSender


public interface CandidatesSender

Represents functionality which allows a TransportManagerGTalkImpl implementation to send candidates SessionIQs for the purposes of expediting candidate negotiation.

Author:
Sebastien Vincent

Method Summary
 void sendCandidates(Iterable<GTalkCandidatePacketExtension> candidates)
          Sends specific CandidatePacketExtensions in a candidates SessionIQ from the local peer to the remote peer.
 

Method Detail

sendCandidates

void sendCandidates(Iterable<GTalkCandidatePacketExtension> candidates)
Sends specific CandidatePacketExtensions in a candidates SessionIQ from the local peer to the remote peer.

Parameters:
candidates - the CandidatePacketExtensions to be sent in a candidates SessionIQ from the local peer to the remote peer

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.