AgoraIO / Advanced-Video

MIT License
261 stars 336 forks source link

enableLocalVideo | muteLocalVideoStream not working #221

Closed ArcherEmiya05 closed 3 years ago

ArcherEmiya05 commented 4 years ago

This is weird, before when I am using enableVideo() it seems to work fine but due to special case I need to change it and when I tried to call enableLocalVideo(true) followed by muteLocalVideoStream(false) all before joining the channel, the camera on local video never turns on. I am using io.agora.rtc:full-sdk:3.1.0 and also tried io.agora.rtc:full-sdk:3.1.1 both not working fine. I am using Xiaomi Mi 9T Pro Android 10.

Expected behaviour : Calling enableLocalVideo(true) alone should at least open my camera but nothing happens.

plutoless commented 4 years ago

if you want to start camera before join channel, you will need to call startPreview

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.