API-Examples-Web
API-Examples-Web copied to clipboard
Agora Web SDK v4 SEND_VIDEO_BITRATE_TOO_LOW and SEND_AUDIO_BITRATE_TOO_LOW
I am implementing Agora v4 in my application. When I am trying to publish my local tracks, it happens with success, but then I receive the following errors:
01:21:17:806 Agora-SDK [DEBUG]: [client-9e8ac] receive exception msg, code: 2001, msg: AUDIO_INPUT_LEVEL_TOO_LOW, uid: 4082215569 index.ts:269 01:21:17:807 Agora-SDK [DEBUG]: [client-9e8ac] receive exception msg, code: 2003, msg: SEND_AUDIO_BITRATE_TOO_LOW, uid: 4082215569 index.ts:269 01:21:17:807 Agora-SDK [DEBUG]: [client-9e8ac] receive exception msg, code: 1003, msg: SEND_VIDEO_BITRATE_TOO_LOW, uid: 4082215569
`
const agoraAccessToken = await actions.auth.getAgoraAccessToken({ requestParams: {channel: props.config.channel}});
let uid = await AgoraClient.join(props.config.appId, props.config.channel, agoraAccessToken);
let audioTrack = await AgoraRTC.createMicrophoneAudioTrack();
let videoTrack = await AgoraRTC.createCameraVideoTrack();
await AgoraClient.publish([audioTrack, videoTrack]);
`
sorry for late response. Do you still have this issue? Just a question, if you are using same testing environment, can you reproduce the same issue on https://webdemo.agora.io/agora-websdk-api-example-4.x/basicVideoCall/index.html
Hi, nope. Can't reproduce this on the testing environment.
遇到了这个问题
结果是对方没法看到我的画面,音频却很流畅,该问题也不能复现
Same issue on Safari, Firefox