com.opentok.api.API_Config Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentok-java-sdk Show documentation
Show all versions of opentok-java-sdk Show documentation
The Java library to interact with the Opentok platform
The newest version!
/*!
* OpenTok Java Library
* http://www.tokbox.com/
*
* Copyright 2010, TokBox, Inc.
*
*/
package com.opentok.api;
public class API_Config {
public static final int API_KEY = 0; // Fill this in with generated API Key (http://tokbox.com/opentok/api/tools/js/apikey)
public static final String API_SECRET = ""; // Fill this in with generated API Secret in email
public static final String API_URL = "http://api.opentok.com";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy