com.opentok.api.constants.RoleConstants 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.constants;
///List of valid roles for a token
public class RoleConstants {
public static final String SUBSCRIBER = "subscriber"; //Can only subscribe
public static final String PUBLISHER = "publisher"; //Can publish, subscribe, and signal
public static final String MODERATOR = "moderator"; //Can do the above along with forceDisconnect and forceUnpublish
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy