All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lastbamboo.common.ice.candidate.IceCandidatePairFactory Maven / Gradle / Ivy

package org.lastbamboo.common.ice.candidate;


/**
 * Factory for creating ICE candidate pairs.
 */
public interface IceCandidatePairFactory
    {

    IceCandidatePair newPair(IceCandidate localCandidate, 
        IceCandidate remoteCandidate);

    }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy