API-Examples-Web icon indicating copy to clipboard operation
API-Examples-Web copied to clipboard

Results 39 API-Examples-Web issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi I have been facing this issue more frequently. I tried to look at the issue in google but nothing helps. is there any workaround to fix this issue? **Steps...

When I run the sample code basicVideoCall.js with some modifications, and repeat Join and Leave, Google Chrome often freezes. OS: Windows 10 Pro Chrome Version: 92.0.4515.131(Official Build) (64 bit) The...

Why Server agora java can't use uid ?? I was test use uid but token was generated can't use to join channel. If I don't use uid and uid has...

想排查一些问题 想看sdk源码 但是没有找到未压缩的

Running the push stream to CDN demo from the web code (without changes) I get an error code: AgoraRTCError LIVE_STREAMING_INVALID_ARGUMENT: data: {\"code\":451} I've covered the channel and app id in...

视频通话 2k画质 目前都什么平台支持呢?

The comment here applies to Web SDK 3.x only: ```js // you can find all the agora preset video profiles here https://docs.agora.io/cn/Voice/API%20Reference/web/interfaces/agorartc.stream.html#setvideoprofile var videoProfiles = [ { label: "480p_1", detail:...

**Describe the bug** I have tried the example and everything worked fine but Mute function. const onMute = async () => { if (localTracks.audioTrack && localTracks.audioTrack._enabled) { console.log("onMute true") await...

I understand that the sdk is responsible for appending the video player but the default styles for the player seems to be very poor and does not fulfill the requirements....

in my current scenarion I want to have the ability to change the audioTracks on the fly I found on the documentation that it's possible to do so for the...