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

Public Member Functions

 EchoTestConfiguration (SurfaceView view, boolean enableAudio, boolean enableVideo, String token, String channelId, int intervalInSeconds)
 
 EchoTestConfiguration (SurfaceView view, boolean enableAudio, boolean enableVideo, String token, String channelId)
 

Public Attributes

SurfaceView view = null
 
boolean enableAudio = true
 
boolean enableVideo = true
 
String token = null
 
String channelId = null
 
int intervalInSeconds = 2
 

Member Data Documentation

◆ view

SurfaceView io.agora.rtc2.EchoTestConfiguration.view = null

The view for remote render.

◆ enableAudio

boolean io.agora.rtc2.EchoTestConfiguration.enableAudio = true

Whether to enable audio.

◆ enableVideo

boolean io.agora.rtc2.EchoTestConfiguration.enableVideo = true

Whether to enable video.

◆ token

String io.agora.rtc2.EchoTestConfiguration.token = null

The token for join channel.

◆ channelId

String io.agora.rtc2.EchoTestConfiguration.channelId = null

The channelId.

◆ intervalInSeconds

int io.agora.rtc2.EchoTestConfiguration.intervalInSeconds = 2

The time interval (s) between when you speak and when the recording plays back.