Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable flashlight and allow camera zoom in CallActivity/CallControlsFragment #31

Open
erlingfjelstad opened this issue Jul 26, 2021 · 3 comments

Comments

@erlingfjelstad
Copy link

I'm building my use-case on the KitchenSink app and I have a requirement to enable flashlight and zooming the camera.

If this was supported, it would be available through the Call interface, is this correct? From my understanding, the code which access the Camera instance is hidden in the androidsdk.aar compiled code, so there is no way to access the camera instance from the app.

I could contribute to KitchenSink and the SDK if I could get some guidance.

@jbenyovs
Copy link

@erlingfjelstad as a first step, can you please clarify if you are talking about the 2.8 or 3.0 version of the KitchenSink app? Thank you

@erlingfjelstad
Copy link
Author

This is the 3.0 version of the KitchenSink app. Thank you for your reply

@jbenyovs
Copy link

@erlingfjelstad Verified it internally and the Camera object is hidden in v3-android. We already got the requirement for enabling zoom feature through SDK and work is in progress. It might be available in future versions maybe 3.3 (please do not take this as a hard commit, implementation version might change). We will be exposing these properties through the Call object once the implementation is done.

Unfortunately external contribution is not possible in v3 SDK at the moment.

About flashlight, it is considered a new feature request, which you can submit here https://ciscocollabcustomer.ideas.aha.io/ . Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants