
ibt.ortc.plugins.IbtRealtimeSJ.IbtRealtimeSJFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of messaging Show documentation
Show all versions of messaging Show documentation
Realtime Cloud Messaging (ORTC) SDK for Java
/**
*
*/
package ibt.ortc.plugins.IbtRealtimeSJ;
import ibt.ortc.extensibility.OrtcClient;
import ibt.ortc.extensibility.OrtcFactory;
public class IbtRealtimeSJFactory implements OrtcFactory {
/* (non-Javadoc)
* @see ibt.ortc.android.extensibility.OrtcFactory#createClient()
*/
@Override
public OrtcClient createClient() {
// TODO Auto-generated method stub
return new IbtRealtimeSJClient();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy