Package io.agora.rtc2
Class EchoTestConfiguration
java.lang.Object
io.agora.rtc2.EchoTestConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe channelId.booleanWhether to enable audio.booleanWhether to enable video.intThe time interval (s) between when you speak and when the recording plays back.The token for join channel.SurfaceViewThe view for remote render. -
Constructor Summary
ConstructorsConstructorDescriptionEchoTestConfiguration(SurfaceView view, boolean enableAudio, boolean enableVideo, String token, String channelId) EchoTestConfiguration(SurfaceView view, boolean enableAudio, boolean enableVideo, String token, String channelId, int intervalInSeconds) -
Method Summary
-
Field Details
-
view
public SurfaceView viewThe view for remote render. -
enableAudio
public boolean enableAudioWhether to enable audio. -
enableVideo
public boolean enableVideoWhether to enable video. -
token
The token for join channel. -
channelId
The channelId. -
intervalInSeconds
public int intervalInSecondsThe time interval (s) between when you speak and when the recording plays back.
-
-
Constructor Details
-
EchoTestConfiguration
-
EchoTestConfiguration
-
EchoTestConfiguration
public EchoTestConfiguration()
-