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

No video and audio tracks on the example

Ouverte
#222 3 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
TypeScript
Étoiles
41
Forks
14
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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?

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.