mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 11:16:10 +00:00
Add button to flip camera (front vs rear). Fixes #6279
This commit is contained in:
committed by
Greyson Parrelli
parent
6c1a1fb9ad
commit
f1c79eaebf
@@ -154,6 +154,10 @@ public class WebRtcCallScreen extends FrameLayout implements RecipientModifiedLi
|
||||
this.controls.setVideoMuteButtonListener(listener);
|
||||
}
|
||||
|
||||
public void setCameraFlipButtonListener(WebRtcCallControls.CameraFlipButtonListener listener) {
|
||||
this.controls.setCameraFlipButtonListener(listener);
|
||||
}
|
||||
|
||||
public void setSpeakerButtonListener(WebRtcCallControls.SpeakerButtonListener listener) {
|
||||
this.controls.setSpeakerButtonListener(listener);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user