startFrameRecording

@POST(value = "/video/call/{type}/{id}/start_frame_recording")
abstract suspend fun startFrameRecording(@Path(value = "type") type: String, @Path(value = "id") id: String, @Body startFrameRecordingRequest: StartFrameRecordingRequest): StartFrameRecordingResponse
@POST(value = "/video/call/{type}/{id}/start_frame_recording")
abstract suspend fun startFrameRecording(@Path(value = "type") type: String, @Path(value = "id") id: String): StartFrameRecordingResponse

Start frame recording Starts frame by frame recording