Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 23, 2023 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/1372a70dae8896c81a217f47869e6671 to your computer and use it in GitHub Desktop.
Save skydoves/1372a70dae8896c81a217f47869e6671 to your computer and use it in GitHub Desktop.
flip_camera
// Copyright 2023 Stream.IO, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
override fun flipCamera() {
(videoCapturer as? Camera2Capturer)?.switchCamera(null)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment