文档中心
视频通话 (Legacy)
API 参考
EchoTestConfiguration | react-native-agora
React Native API Reference
Constructors
constructor
- new EchoTestConfiguration(params?: undefined | { channelId?: undefined | string; enableAudio?: undefined | false | true; enableVideo?: undefined | false | true; token?: undefined | string }): EchoTestConfiguration
-
Parameters
-
Optional params: undefined | { channelId?: undefined | string; enableAudio?: undefined | false | true; enableVideo?: undefined | false | true; token?: undefined | string }
Properties
Optional channelId
channelId: undefined | string
Optional enableAudio
enableAudio: undefined | false | true
Optional enableVideo
enableVideo: undefined | false | true
Optional token
token: undefined | string
音频通话回路测试的配置。
自从 v3.5.2