com.opentok.constants.DefaultUserAgent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentok-server-sdk Show documentation
Show all versions of opentok-server-sdk Show documentation
The OpenTok Java SDK lets you generate sessions and tokens for OpenTok applications. This version of the SDK also includes support for working with OpenTok 2.0 archives.
The newest version!
/**
* OpenTok Java SDK
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
*/
package com.opentok.constants;
public class DefaultUserAgent {
public static final String DEFAULT_USER_AGENT =
"Opentok-Java-SDK/"+Version.VERSION+" JRE/"+System.getProperty("java.version");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy