Set Video Recording Button Position

Use this API to set the position of the video recording button when using the screen recording attachment functionality. This API can take an enum of the position.

Method

BugReporting.videoRecordingFloatingButtonPosition = .topLeft

Position Parameters

//Top Left
.topLeft
//Top Right
.topRight
//Bottom Left
.bottomLeft
//Bottom Right
.bottomRight

Last updated