public abstract class Video extends Object
Constructor and Description |
---|
Video() |
Modifier and Type | Method and Description |
---|---|
static Room |
connect(android.content.Context context,
ConnectOptions connectOptions,
Room.Listener roomListener)
Connect to a
Room with specified options. |
static LogLevel |
getLogLevel()
Gets the logging level for messages logged by the Video SDK.
|
static String |
getVersion()
Returns the version of the Video SDK.
|
static void |
setLogLevel(LogLevel level)
Sets the logging level for messages logged by the Video SDK.
|
static void |
setModuleLogLevel(LogModule module,
LogLevel level)
Sets the logging level for messages logged by a specific module.
|
public static Room connect(android.content.Context context, ConnectOptions connectOptions, Room.Listener roomListener)
Room
with specified options.connectOptions
- options for connecting to room.roomListener
- listener of room related events.public static String getVersion()
public static LogLevel getLogLevel()
public static void setLogLevel(LogLevel level)
level
- The logging level