webex / webex-android-sdk-example

A developer friendly sample implementation of Webex client SDK and showcases all SDK features.
MIT License
13 stars 23 forks source link

When video streaming set off but camera is not off #44

Open PatelDhrupal opened 2 years ago

PatelDhrupal commented 2 years ago

Hello team,

When video streaming is off from USER1, streaming is off for USER2, but camera is not turning off for USER1.

I am doing following to turn off video streaming. activeCall.setSendingVideo(false);

Thank you in advance, Dhrupal

ralagana commented 2 years ago

@PatelDhrupal can you confirm exact steps you took in the app? Did you change the code that is given in this KitchenSink App? Please elaborate what you did exactly and where.

PatelDhrupal commented 2 years ago

Yes doing same.

If I see kitchensync it have following method: binding.ibVideo -> { muteSelfVideo(!webexViewModel.isLocalVideoMuted) }

But i am using lib's following version implementation('com.ciscowebex:androidsdk:2.8.0.5-SNAPSHOT@aar', { transitive = true changing = true })