AgoraIO-Community / Agora-RTC-React

A react wrapper for Agora RTC NG SDK
MIT License
92 stars 48 forks source link

How to join a call with only audio, with camera off? #47

Closed simran-codingcafe closed 1 year ago

simran-codingcafe commented 1 year ago

Hello, I have a case where the user can only join with audio with the camera off. In that case, I set the local video track to disable. Then I got an error if I try to join the call I got an error. "can't publish disabled video track." In that case help me, how to join a call with audio only.

simran-codingcafe commented 1 year ago

Nevermind, i did it with help of some conditional statements.