AgoraIO-Extensions / AgoraIO-Extensions/agora-rtc-react

No video and audio tracks on the example

未關閉
#222 3 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
TypeScript
星號
41
分支
14
PR 合併指標
30 天內沒有已合併 PR

描述

I've been testing the provided example [here](https://github.com/AgoraIO-Extensions/agora-rtc-react/blob/main/examples/basic/src/pages/basic/overview/index.tsx#L29) and i realized that those hooks are never returning the remote tracks.

```ts
const { videoTracks } = useRemoteVideoTracks(remoteUsers);
const { audioTracks } = useRemoteAudioTracks(remoteUsers);
```

even though the [AGORA_WEB_SDK_FULL](https://download.agora.io/sdk/release/Agora_Web_SDK_v4_23_2_FULL.zip) is working fine, they are detecting the tracks.

https://github.com/user-attachments/assets/78269ca6-c639-4fc9-9c91-454f91eab68e

Can you pleae verify?

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。