Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rte.AgoraRteSdkConfig Class Reference

Public Member Functions

void addExtension (String providerName)
 
String getAppId ()
 
Context getContext ()
 
AgoraRteLogConfig getLogConfig ()
 
boolean isEnableRtcCompatibleMode ()
 

Public Attributes

String appId
 
Context context
 
AgoraRteLogConfig logConfig
 
boolean enableRtcCompatibleMode = false
 
List< String > mExtensionList = new ArrayList<>()
 

Detailed Description

The definition of AgoraRteEngineConfig.

Member Data Documentation

◆ appId

String io.agora.rte.AgoraRteSdkConfig.appId

The App ID issued to the developers by Agora. Apply for a new one from Agora if it is missing from your kit.

◆ context

Context io.agora.rte.AgoraRteSdkConfig.context
  • For Android, it is the context of Activity or Application. or unplug the video devices while they are powered.

◆ logConfig

AgoraRteLogConfig io.agora.rte.AgoraRteSdkConfig.logConfig

The config for custumer set log path, log size and log level.