How to join a call with only audio, with camera off?
simran-codingcafe opened this issue · 1 comments
simran-codingcafe commented
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
Nevermind, i did it with help of some conditional statements.